mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
WPrefs: trivial fixes in text strings
Fix some typos. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
@@ -157,7 +157,7 @@ static void x_reset_modifier_mapping(Display * display)
|
||||
|
||||
x_modifier_keymap = XGetModifierMapping(display);
|
||||
if (x_modifier_keymap == NULL) {
|
||||
wwarning(_("XGetModifierMapping returned NULL, there is no modifiers or no memory"));
|
||||
wwarning(_("XGetModifierMapping returned NULL, there is no modifier or no memory"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user