projects
/
dana
/
openbox.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix some translation string markings
[dana/openbox.git]
/
openbox
/
openbox.c
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index
c41eea4
..
0782794
100644
(file)
--- a/
openbox/openbox.c
+++ b/
openbox/openbox.c
@@
-629,7
+629,7
@@
static void parse_args(gint *argc, gchar **argv)
}
else if (!strcmp(argv[i], "--startup")) {
if (i == *argc - 1) /* no args left */
}
else if (!strcmp(argv[i], "--startup")) {
if (i == *argc - 1) /* no args left */
- g_printerr(_("
--startup requires an argument\n")
);
+ g_printerr(_("
%s requires an argument\n"), "--startup"
);
else {
/* this will be in the current locale encoding, which is
what we want */
else {
/* this will be in the current locale encoding, which is
what we want */
@@
-663,7
+663,7
@@
static void parse_args(gint *argc, gchar **argv)
}
else if (!strcmp(argv[i], "--config-file")) {
if (i == *argc - 1) /* no args left */
}
else if (!strcmp(argv[i], "--config-file")) {
if (i == *argc - 1) /* no args left */
- g_printerr(_("
--config-file requires an argument\n")
);
+ g_printerr(_("
%s requires an argument\n"), "--config-file"
);
else {
/* this will be in the current locale encoding, which is
what we want */
else {
/* this will be in the current locale encoding, which is
what we want */