From 373112741a5d46038922d83766202a52676f8f85 Mon Sep 17 00:00:00 2001 From: bubblobill <45483160+bubblobill@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:01:38 +0800 Subject: [PATCH 1/2] Added missing tooltip for Cover VB --- src/main/resources/net/rptools/maptool/language/i18n.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index cea3856ccb..3286f7afca 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -2712,6 +2712,7 @@ 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.cover_vbl.tooltip = Draw Cover Vision Blocking (Cover VB).\ 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). From 988c55836cd1e965ba0cf5ad2f63a27456decd28 Mon Sep 17 00:00:00 2001 From: bubblobill <45483160+bubblobill@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:03:42 +0800 Subject: [PATCH 2/2] Added missing tooltip for Cover VB - fixed whoopsie --- src/main/resources/net/rptools/maptool/language/i18n.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/net/rptools/maptool/language/i18n.properties b/src/main/resources/net/rptools/maptool/language/i18n.properties index 3286f7afca..bacb3cd884 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n.properties @@ -2712,7 +2712,7 @@ 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.cover_vbl.tooltip = Draw Cover Vision Blocking (Cover VB).\ +tools.topology_mode_selection.cover_vbl.tooltip = Draw Cover Vision Blocking (Cover VB). 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).