gui2/unit_recall: Fix i18n issues
The original commit adding the Rename Unit button marked two strings in
the C++ source for extraction without making them translatable.
Additionally, a string in the markup violates the string freeze. This
can be papered over by reusing the existing "Rename Unit" string. For
1.14.5 we'll use just "Rename" again.
(cherry picked from commit 306ebb9a87
)
This commit is contained in:
parent
97ba61da4b
commit
119d5f3412
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@
|
|||
[button]
|
||||
id = "rename"
|
||||
definition = "default"
|
||||
label = _ "Rename"
|
||||
label = _ "Rename Unit"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue