From: Mikael Magnusson Date: Sun, 6 May 2007 11:52:27 +0000 (+0000) Subject: don't translate message saying we can't translate messages X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=58b79ed35fe0c93509ebee979623b25075c411d7;p=chaz%2Fopenbox don't translate message saying we can't translate messages --- diff --git a/openbox/openbox.c b/openbox/openbox.c index 8b54e70b..53299873 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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);