summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);