projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ca86949
)
marked an error messages for translation
author
Arun Persaud
<arun@nubati.net>
Fri, 9 Dec 2011 04:53:13 +0000 (20:53 -0800)
committer
Arun Persaud
<arun@nubati.net>
Fri, 9 Dec 2011 04:53:13 +0000 (20:53 -0800)
args.h
patch
|
blob
|
history
diff --git
a/args.h
b/args.h
index
61336fa
..
6ea0237
100644
(file)
--- a/
args.h
+++ b/
args.h
@@
-901,7
+901,7
@@
ParseArgs(GetFunc get, void *cl)
while (ch == ' ' || ch == '=' || ch == ':' || ch == '\t') ch = get(cl);
if (ch == NULLCHAR || ch == '\n') {
- ExitArgError("No value provided for argument", argName, TRUE);
+ ExitArgError(_("No value provided for argument"), argName, TRUE);
}
q = argValue;
if (ch == '{') {