Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the topology tooltips in the Edit Token dialog #4358

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading