1
0
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:
Alwin
2015-04-28 14:39:45 +02:00
committed by Carlos R. Mafra
parent f2f1bcb209
commit 3d6da4b210
3 changed files with 8 additions and 8 deletions

View File

@@ -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;
}