diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 85c299d23d..e7e5847db5 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -418,7 +418,7 @@ namespace OpenRA var clean = dirty; // reserved characters for MiniYAML and JSON - var disallowedChars = new char[] { '#', '@', ':', '\n', '\t', '[', ']', '{', '}', '"', '`' }; + var disallowedChars = new char[] { '#', '@', ':', '\n', '\t', '[', ']', '{', '}', '<', '>', '"', '`' }; foreach (var disallowedChar in disallowedChars) clean = clean.Replace(disallowedChar.ToString(), string.Empty); diff --git a/OpenRA.Mods.Common/Widgets/LabelWithHighlightWidget.cs b/OpenRA.Mods.Common/Widgets/LabelWithHighlightWidget.cs index 2c7f506cbb..932d1e921f 100644 --- a/OpenRA.Mods.Common/Widgets/LabelWithHighlightWidget.cs +++ b/OpenRA.Mods.Common/Widgets/LabelWithHighlightWidget.cs @@ -45,8 +45,8 @@ namespace OpenRA.Mods.Common.Widgets while (line.Length > 0) { - var highlightStart = line.IndexOf('{'); - var highlightEnd = line.IndexOf('}', 0); + var highlightStart = line.IndexOf('<'); + var highlightEnd = line.IndexOf('>', 0); if (highlightStart > 0 && highlightEnd > highlightStart) { diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 5da1c750bd..da93927ae9 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -1246,7 +1246,7 @@ Container@PLAYER_WIDGETS: Key: AttackMove DisableKeySound: true TooltipText: Attack Move - TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold {(Ctrl)} while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. + TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold <(Ctrl)> while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX Children: @@ -1270,7 +1270,7 @@ Container@PLAYER_WIDGETS: Background: chrome-button-background DisableKeySound: true TooltipText: Force Move - TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Helicopters will land at the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units. + TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Helicopters will land at the target location\n\nLeft-click icon then right-click on target.\nHold <(Alt)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX Children: @@ -1294,7 +1294,7 @@ Container@PLAYER_WIDGETS: Background: chrome-button-background DisableKeySound: true TooltipText: Force Attack - TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold {(Ctrl)} to activate temporarily while commanding units. + TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold <(Ctrl)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX Children: @@ -1421,7 +1421,7 @@ Container@PLAYER_WIDGETS: Background: chrome-button-background DisableKeySound: true TooltipText: Waypoint Mode - TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold {(Shift)} to activate temporarily while commanding units. + TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold <(Shift)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX Children: diff --git a/mods/cnc/chrome/mainmenu-prompts.yaml b/mods/cnc/chrome/mainmenu-prompts.yaml index 8bbb0f85ef..44c456c5ad 100644 --- a/mods/cnc/chrome/mainmenu-prompts.yaml +++ b/mods/cnc/chrome/mainmenu-prompts.yaml @@ -131,42 +131,42 @@ Container@MAINMENU_INTRODUCTION_PROMPT: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Left} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 @@ -180,42 +180,42 @@ Container@MAINMENU_INTRODUCTION_PROMPT: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Right} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 diff --git a/mods/cnc/chrome/settings-input.yaml b/mods/cnc/chrome/settings-input.yaml index e0ab452b99..f12788b28a 100644 --- a/mods/cnc/chrome/settings-input.yaml +++ b/mods/cnc/chrome/settings-input.yaml @@ -63,42 +63,42 @@ Container@INPUT_PANEL: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Left} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 @@ -113,42 +113,42 @@ Container@INPUT_PANEL: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Right} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 diff --git a/mods/common/chrome/mainmenu-prompts.yaml b/mods/common/chrome/mainmenu-prompts.yaml index de48b45c86..1d941f82db 100644 --- a/mods/common/chrome/mainmenu-prompts.yaml +++ b/mods/common/chrome/mainmenu-prompts.yaml @@ -126,42 +126,42 @@ Background@MAINMENU_INTRODUCTION_PROMPT: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Left} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 @@ -175,42 +175,42 @@ Background@MAINMENU_INTRODUCTION_PROMPT: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Right} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 diff --git a/mods/common/chrome/settings-input.yaml b/mods/common/chrome/settings-input.yaml index e0ab452b99..f12788b28a 100644 --- a/mods/common/chrome/settings-input.yaml +++ b/mods/common/chrome/settings-input.yaml @@ -63,42 +63,42 @@ Container@INPUT_PANEL: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Left} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 @@ -113,42 +113,42 @@ Container@INPUT_PANEL: LabelWithHighlight@DESC_SELECTION: Height: 16 Font: Small - Text: - Select units using the {Left} mouse button + Text: - Select units using the mouse button LabelWithHighlight@DESC_COMMANDS: Y: 17 Height: 16 Font: Small - Text: - Command units using the {Right} mouse button + Text: - Command units using the mouse button LabelWithHighlight@DESC_BUILDIGS: Y: 34 Height: 16 Font: Small - Text: - Place structures using the {Left} mouse button + Text: - Place structures using the mouse button LabelWithHighlight@DESC_SUPPORT: Y: 51 Height: 16 Font: Small - Text: - Target support powers using the {Left} mouse button + Text: - Target support powers using the mouse button LabelWithHighlight@DESC_ZOOM: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using the {Scroll Wheel} + Text: - Zoom the battlefield using the LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 Height: 16 Font: Small - Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel} + Text: - Zoom the battlefield using LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Right} mouse button + Text: - Pan the battlefield using the mouse button LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 Height: 16 Font: Small - Text: - Pan the battlefield using the {Middle} mouse button + Text: - Pan the battlefield using the mouse button Label@DESC_EDGESCROLL: X: 9 Y: 102 diff --git a/mods/d2k/chrome/ingame-player.yaml b/mods/d2k/chrome/ingame-player.yaml index 011aee343e..19eba2a798 100644 --- a/mods/d2k/chrome/ingame-player.yaml +++ b/mods/d2k/chrome/ingame-player.yaml @@ -48,7 +48,7 @@ Container@PLAYER_WIDGETS: Key: AttackMove DisableKeySound: true TooltipText: Attack Move - TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold {(Ctrl)} while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. + TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold <(Ctrl)> while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -65,7 +65,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Force Move - TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed thumpers will undeploy and move to the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units. + TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed thumpers will undeploy and move to the target location\n\nLeft-click icon then right-click on target.\nHold <(Alt)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -82,7 +82,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Force Attack - TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n\nLeft-click icon then right-click on target.\nHold {(Ctrl)} to activate temporarily while commanding units. + TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n\nLeft-click icon then right-click on target.\nHold <(Ctrl)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -170,7 +170,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Waypoint Mode - TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold {(Shift)} to activate temporarily while commanding units. + TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold <(Shift)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index bef3126c44..42b2c8061f 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -64,7 +64,7 @@ Container@PLAYER_WIDGETS: Key: AttackMove DisableKeySound: true TooltipText: Attack Move - TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold {(Ctrl)} while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. + TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold <(Ctrl)> while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -82,7 +82,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Force Move - TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Helicopters will land at the target location\n - Chrono Tanks will teleport towards the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units. + TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Helicopters will land at the target location\n - Chrono Tanks will teleport towards the target location\n\nLeft-click icon then right-click on target.\nHold <(Alt)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -100,7 +100,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Force Attack - TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold {(Ctrl)} to activate temporarily while commanding units. + TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold <(Ctrl)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -193,7 +193,7 @@ Container@PLAYER_WIDGETS: Background: command-button DisableKeySound: true TooltipText: Waypoint Mode - TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold {(Shift)} to activate temporarily while commanding units. + TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold <(Shift)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: diff --git a/mods/ts/chrome/ingame-player.yaml b/mods/ts/chrome/ingame-player.yaml index 2e53cb5dff..ee8751870c 100644 --- a/mods/ts/chrome/ingame-player.yaml +++ b/mods/ts/chrome/ingame-player.yaml @@ -59,7 +59,7 @@ Container@PLAYER_WIDGETS: Key: AttackMove DisableKeySound: true TooltipText: Attack Move - TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold {(Ctrl)} while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. + TooltipDesc: Selected units will move to the desired location\nand attack any enemies they encounter en route.\n\nHold <(Ctrl)> while targeting to order an Assault Move\nthat attacks any units or structures encountered en route.\n\nLeft-click icon then right-click on target location. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -77,7 +77,7 @@ Container@PLAYER_WIDGETS: Background: DisableKeySound: true TooltipText: Force Move - TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed units will undeploy and move to the target location\n - Helicopters will land at the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units. + TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed units will undeploy and move to the target location\n - Helicopters will land at the target location\n\nLeft-click icon then right-click on target.\nHold <(Alt)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -95,7 +95,7 @@ Container@PLAYER_WIDGETS: Background: DisableKeySound: true TooltipText: Force Attack - TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold {(Ctrl)} to activate temporarily while commanding units. + TooltipDesc: Selected units will attack the targeted unit or location\n - Default activity for the target is suppressed\n - Allows targeting of own or ally forces\n - Long-range artillery units will always target the\n location, ignoring units and buildings\n\nLeft-click icon then right-click on target.\nHold <(Ctrl)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: @@ -188,7 +188,7 @@ Container@PLAYER_WIDGETS: Background: DisableKeySound: true TooltipText: Waypoint Mode - TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold {(Shift)} to activate temporarily while commanding units. + TooltipDesc: Use Waypoint Mode to give multiple linking commands\nto the selected units. Units will execute the commands\nimmediately upon receiving them.\n\nLeft-click icon then give commands in the game world.\nHold <(Shift)> to activate temporarily while commanding units. TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP Children: