Hotkey preferences: Make the screenshot hotkey assignment warning...

...correct again

alink pointed out that 2011-10-31T19:45:47Z!shadowm@wesnoth.org inverted the meaning of the
warning, so invert it again and "try" to explain why modifiers are
recommended.
This commit is contained in:
Ignacio R. Morelle 2011-11-01 18:20:31 +00:00
parent f10768bf75
commit 9bcd216280

View File

@ -426,7 +426,7 @@ void show_hotkeys_dialog (display & disp, config *save_config)
if ((newhk.get_id() == hotkey::HOTKEY_SCREENSHOT
|| newhk.get_id() == hotkey::HOTKEY_MAP_SCREENSHOT)
&& (mod & any_mod) == 0) {
gui2::show_transient_message(disp.video(), _("Warning"), _("Screenshot hotkeys cannot be combined with the Control, Alt or Meta modifiers."));
gui2::show_transient_message(disp.video(), _("Warning"), _("Screenshot hotkeys should be combined with the Control, Alt or Meta modifiers to avoid problems."));
}
}
}