]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
Fix some translation string markings
[chaz/openbox] / openbox / openbox.c
index c41eea4ded54134d3649ef7b0cbe519b49bd1509..0782794c75c5d26e0460309916f408b6f5949f60 100644 (file)
@@ -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 */
-                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 */
@@ -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 */
-                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 */
This page took 0.023583 seconds and 4 git commands to generate.