Skip to content

Commit

Permalink
gui2: Drop trailing stops from tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Feb 20, 2021
1 parent 38af14f commit b231306
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/gui/window/addon_manager.cfg
Expand Up @@ -620,7 +620,7 @@
id = "filter"
definition = "default"

tooltip = _ "Filters on addon description, version, type or author."
tooltip = _ "Filters on addon description, version, type or author"
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/debug_clock.cfg
Expand Up @@ -69,7 +69,7 @@
[progress_bar]
id = "hour_percentage"

tooltip = "Hours in percent."
tooltip = "Hours in percent"
help = "The full range of the bar is 24 hours."
[/progress_bar]

Expand Down
4 changes: 2 additions & 2 deletions data/gui/window/mp_create_game.cfg
Expand Up @@ -153,7 +153,7 @@
definition = "default"

label = _ "Random Faction Matchups:"
tooltip = _ "Allow for mirror matchups when random factions are chosen."
tooltip = _ "Allow for mirror matchups when random factions are chosen"
[/label]
[/column]

Expand Down Expand Up @@ -1001,7 +1001,7 @@
[text_box]
id = "game_password"
definition = "default"
tooltip = _ "Set the password that people wanting to join your game as players must enter."
tooltip = _ "Set the password that people wanting to join your game as players must enter"
[/text_box]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/preferences/02_hotkeys.cfg
Expand Up @@ -47,7 +47,7 @@
id = "filter"
definition = "default"

tooltip = _ "Filters on hotkey description."
tooltip = _ "Filters on hotkey description"
{FILTER_TEXT_BOX_HINT}
[/text_box]
[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/unit_recall.cfg
Expand Up @@ -308,7 +308,7 @@
id = "filter_box"
definition = "default"
{FILTER_TEXT_BOX_HINT}
tooltip = _ "Search for unit name, unit type name, unit level, or trait."
tooltip = _ "Search for unit name, unit type name, unit level, or trait"
[/text_box]

[/column]
Expand Down

0 comments on commit b231306

Please sign in to comment.