From 6943a7049101bb42a344143cb3e9270cdbf6ee56 Mon Sep 17 00:00:00 2001 From: Kenneth VanderLinde Date: Wed, 1 Nov 2023 12:58:43 -0700 Subject: [PATCH 1/2] Fix topology tooltips in Edit Token dialog The tooltips now consistently use the term "Vision Blocking Layer" with an associated type ("Wall", "Hill", or "Pit"), and "MBL" is a shorthand for "Movement Blocking Layer". --- .../net/rptools/maptool/language/i18n.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index c02409b4b7..9f7396c090 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -2800,10 +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.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: From 2775da1095dcdfd48084cd56e7516f6d70f40f34 Mon Sep 17 00:00:00 2001 From: Kenneth VanderLinde Date: Wed, 1 Nov 2023 13:00:47 -0700 Subject: [PATCH 2/2] Match toolbar topology tooltips with those in the Edit Token dialog Where they used to read "Draw Wall VBL", "Draw MBL", etc., they now read "Draw Wall Vision Blocking Layer (Wall VBL)", "Draw Movmeent Blocking Layer (MBL)", etc. The intent is to give some clarity to these otherwise opaque initialisms. --- .../net/rptools/maptool/language/i18n.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index 9f7396c090..2b50b87cbd 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -2560,10 +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.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