From 58b79ed35fe0c93509ebee979623b25075c411d7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 6 May 2007 11:52:27 +0000 Subject: [PATCH] don't translate message saying we can't translate messages --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2