mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00
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:
parent
f10768bf75
commit
9bcd216280
@ -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."));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user