1
0
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:
dan
2005-03-04 23:47:09 +00:00
parent e3df52ca51
commit fe381eca77
5 changed files with 724 additions and 756 deletions

View File

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