1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

- Fixed a few typos

- Added new italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
This commit is contained in:
dan
2005-03-04 23:47:09 +00:00
parent e3df52ca51
commit fe381eca77
5 changed files with 724 additions and 756 deletions

View File

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