X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=53299873dfc7b94b6d7cf079a5ffae0b45eb4bad;hb=f506cbceae9e3d41f1e6e09d7c5e83ab3935adf9;hp=8b54e70b719041223e1dcfec0de3fcd44aee3409;hpb=277db2822d79a6000d31b93ec963ae87286d6ade;p=chaz%2Fopenbox 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);