Revised hotkey preferences action tooltips
Including "$foo's" in a translatable string doesn't strike me as the best thing to do.
This commit is contained in:
parent
5d993718a6
commit
1d58f4722b
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ public:
|
|||
};
|
||||
|
||||
const char* hotkey_preferences_dialog::add_button_text =
|
||||
N_("Add additional binding to \"$hotkey_description|\"");
|
||||
N_("Add a new binding to \"$hotkey_description|\"");
|
||||
const char* hotkey_preferences_dialog::clear_button_text =
|
||||
N_("Clears \"$hotkey_description|'s\" bindings");
|
||||
N_("Clears the current bindings for \"$hotkey_description|\"");
|
||||
|
||||
class hotkey_resetter : public gui::dialog_button_action
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue