Force xgettext to add the Add Hotkey and Clear Hotkey button tooltips
Fixes the first issue mentioned in <http://r.wesnoth.org/p580885>. This will be backported later for version 1.12.3.
This commit is contained in:
parent
15ac0224ca
commit
01e21487ba
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ public:
|
|||
};
|
||||
|
||||
const char* hotkey_preferences_dialog::add_button_text =
|
||||
"Add additional binding to \"$hotkey_description|\"";
|
||||
N_("Add additional binding to \"$hotkey_description|\"");
|
||||
const char* hotkey_preferences_dialog::clear_button_text =
|
||||
"Clears \"$hotkey_description|'s\" bindings";
|
||||
N_("Clears \"$hotkey_description|'s\" bindings");
|
||||
|
||||
class hotkey_resetter : public gui::dialog_button_action
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue