Skip to content

Commit

Permalink
Merge pull request #4358 from kwvanderlinde/bugfix/4353-fix-edit-toke…
Browse files Browse the repository at this point in the history
…n-topology-tooltips

Fix the topology tooltips in the Edit Token dialog
  • Loading branch information
cwisniew authored Nov 3, 2023
2 parents 8f19fc5 + 4f9c2f8 commit bcd4df4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/main/resources/net/rptools/maptool/language/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2560,11 +2560,10 @@ tool.walltemplate.instructions = LClick: set starting cell, move mouse in dire
tool.walltemplate.tooltip = Draw a wall template.
tools.ai_selector.tooltip = Tokens will navigate around MBL, VBL (if selected), and account for tokens with terrain modifiers.
tools.ignore_vbl_on_move.tooltip = Tokens will navigate around VBL if selected, otherwise they will freely move into VBL.
tools.topology_mode_selection.vbl.tooltip = Draw Wall VBL.
tools.topology_mode_selection.hill_vbl.tooltip = Draw Hill VBL.
tools.topology_mode_selection.pit_vbl.tooltip = Draw Pit VBL.
tools.topology_mode_selection.cover_vbl.tooltip = Draw Cover VBL.
tools.topology_mode_selection.mbl.tooltip = Draw MBL.
tools.topology_mode_selection.vbl.tooltip = Draw Wall Vision Blocking Layer (Wall VBL).
tools.topology_mode_selection.hill_vbl.tooltip = Draw Hill Vision Blocking Layer (Hill VBL).
tools.topology_mode_selection.pit_vbl.tooltip = Draw Pit Vision Blocking Layer (Pit VBL).
tools.topology_mode_selection.mbl.tooltip = Draw Movement Blocking Layer (MBL).
tools.drawing.tooltip = Drawing Tools
tools.fog.tooltip = Fog of War Tools
tools.interaction.tooltip = Interaction Tools
Expand Down Expand Up @@ -2801,11 +2800,10 @@ Label.icontheme=Icon theme
Preferences.label.icontheme.tooltip=The theme aplication icons use.
Label.theme.macroeditor=Macro editor theme
TEXT_TYPE=Text type
EditTokenDialog.button.movevbltoggle.tooltip=Include Wall Blocking Layer (VBL) during move or copy
EditTokenDialog.button.movembltoggle.tooltip=Include Move Blocking Layer (MBL) during move or copy
EditTokenDialog.button.movehbltoggle.tooltip=Include Hill Blocking Layer (HillVBL) during move or copy
EditTokenDialog.button.movepbltoggle.tooltip=Include Pit Blocking Layer (PitVBL) during move or copy
EditTokenDialog.button.movecbltoggle.tooltip=Include Cover Blocking Layer (CoverVBL) during move or copy
EditTokenDialog.button.movevbltoggle.tooltip=Include Wall Vision Blocking Layer (Wall VBL) during move or copy
EditTokenDialog.button.movembltoggle.tooltip=Include Movement Blocking Layer (MBL) during move or copy
EditTokenDialog.button.movehbltoggle.tooltip=Include Hill Vision Blocking Layer (Hill VBL) during move or copy
EditTokenDialog.button.movepbltoggle.tooltip=Include Pit Vision Blocking Layer (Pit VBL) during move or copy
EditTokenDialog.button.movefrommap.tooltip=Move or Copy selected blocking layer from Map
EditTokenDialog.button.movetomap.tooltip=Move or Copy selected blocking layer to Map
Label.label=Label:
Expand Down

0 comments on commit bcd4df4

Please sign in to comment.