gui/preferences: Drop redundant 'Show' at the start of some options
This commit is contained in:
parent
36510e5dc9
commit
fb617638a4
1 changed files with 4 additions and 4 deletions
|
@ -211,7 +211,7 @@
|
|||
|
||||
[toggle_button]
|
||||
id = "show_ellipses"
|
||||
label = _ "Show team colors"
|
||||
label = _ "Team colors"
|
||||
tooltip = _ "Show a colored circle around the base of each unit to show which side it is on"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
@ -225,7 +225,7 @@
|
|||
|
||||
[toggle_button]
|
||||
id = "show_grid"
|
||||
label = _ "Show grid"
|
||||
label = _ "Grid"
|
||||
tooltip = _ "Overlay a grid over the map"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
@ -290,7 +290,7 @@
|
|||
|
||||
[toggle_button]
|
||||
id = "animate_units_standing"
|
||||
label = _ "Show unit standing animations"
|
||||
label = _ "Unit standing animations"
|
||||
tooltip = _ "Continuously animate standing units on the battlefield"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
@ -309,7 +309,7 @@
|
|||
|
||||
[toggle_button]
|
||||
id = "animate_units_idle"
|
||||
label = _ "Show unit idle animations"
|
||||
label = _ "Unit idle animations"
|
||||
tooltip = _ "Play short random animations for idle units"
|
||||
[/toggle_button]
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue