summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-05-06 11:52:27 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-05-06 11:52:27 +0000
commit58b79ed35fe0c93509ebee979623b25075c411d7 (patch)
tree624801a9f507f070da63ac7df4dddb4adf13f8e6 /openbox/openbox.c
parent442c1680d9b73f6fbfb4587278fb5adfbdcc40df (diff)
don't translate message saying we can't translate messages
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
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);