]> Dogcows Code - chaz/openbox/commitdiff
don't translate message saying we can't translate messages
authorMikael Magnusson <mikachu@comhem.se>
Sun, 6 May 2007 11:52:27 +0000 (11:52 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 6 May 2007 11:52:27 +0000 (11:52 +0000)
openbox/openbox.c

index 8b54e70b719041223e1dcfec0de3fcd44aee3409..53299873dfc7b94b6d7cf079a5ffae0b45eb4bad 100644 (file)
@@ -109,7 +109,7 @@ gint main(gint argc, gchar **argv)
 
     /* initialize the locale */
     if (!setlocale(LC_ALL, ""))
-        g_message(_("Couldn't set locale from environment."));
+        g_message("Couldn't set locale from environment.");
     bindtextdomain(PACKAGE_NAME, LOCALEDIR);
     bind_textdomain_codeset(PACKAGE_NAME, "UTF-8");
     textdomain(PACKAGE_NAME);
This page took 0.023699 seconds and 4 git commands to generate.