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:
Ignacio R. Morelle 2015-04-07 19:07:42 -03:00
parent 15ac0224ca
commit 01e21487ba

View file

@ -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
{