mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- Fixed a few typos
- Added new italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
This commit is contained in:
@@ -2485,7 +2485,7 @@ getKeybind(WScreen *scr, WDefaultEntry *entry, WMPropList *value, void *addr,
|
||||
*k = 0;
|
||||
mod = wXModifierFromKey(b);
|
||||
if (mod<0) {
|
||||
wwarning(_("%s:invalid key modifier \"%s\""), entry->key, b);
|
||||
wwarning(_("%s: invalid key modifier \"%s\""), entry->key, b);
|
||||
return False;
|
||||
}
|
||||
shortcut.modifier |= mod;
|
||||
|
||||
@@ -2612,7 +2612,7 @@ saveMenuRecurs(WMPropList *menus, WScreen *scr, WMenu *menu)
|
||||
#endif /* !LITE */
|
||||
|
||||
|
||||
#define COMPLAIN(key) wwarning(_("bad value in menus state info:%s"), key)
|
||||
#define COMPLAIN(key) wwarning(_("bad value in menus state info: %s"), key)
|
||||
|
||||
|
||||
static Bool
|
||||
|
||||
@@ -528,7 +528,7 @@ addShortcut(char *file, char *shortcutDefinition, WMenu *menu,
|
||||
*k = 0;
|
||||
mod = wXModifierFromKey(b);
|
||||
if (mod<0) {
|
||||
wwarning(_("%s:invalid key modifier \"%s\""), file, b);
|
||||
wwarning(_("%s: invalid key modifier \"%s\""), file, b);
|
||||
wfree(ptr);
|
||||
return False;
|
||||
}
|
||||
|
||||
@@ -1444,7 +1444,7 @@ createInspectorForWindow(WWindow *wwin, int xpos, int ypos,
|
||||
caption = _("Do not bind mouse clicks");
|
||||
flag = WFLAGP(wwin, no_bind_mouse);
|
||||
descr = _("Do not bind mouse actions, such as `Alt'+drag\n"
|
||||
"in the window (when alt is the modifier you have"
|
||||
"in the window (when alt is the modifier you have\n"
|
||||
"configured).");
|
||||
break;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user