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:
Iris Morelle 2018-07-22 07:23:37 -04:00
parent 97ba61da4b
commit 119d5f3412

View file

@ -390,7 +390,7 @@
[button]
id = "rename"
definition = "default"
label = _ "Rename"
label = _ "Rename Unit"
[/button]
[/column]