1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 16:02:33 +01:00

*** empty log message ***

This commit is contained in:
kojima
1999-04-17 23:11:34 +00:00
parent 8bdc78fcd1
commit 9eb4f894d0
9 changed files with 17 additions and 16 deletions

View File

@@ -429,7 +429,7 @@ get_object(FILE *f)
ungetc(c, f);
pl = get_string(f);
} else {
COMPLAIN(_("was expecting a string, dictionary, data or array."));
COMPLAIN(_("was expecting a string, dictionary, data or array. If it's a string, try enclosing it with \"."));
if (c=='#' || c=='/') {
wwarning(_("Comments are not allowed inside WindowMaker owned domain files."));
}