don't translate message saying we can't translate messages

This commit is contained in:
Mikael Magnusson 2007-05-06 11:52:27 +00:00
parent 442c1680d9
commit 58b79ed35f

View file

@ -109,7 +109,7 @@ gint main(gint argc, gchar **argv)
/* initialize the locale */ /* initialize the locale */
if (!setlocale(LC_ALL, "")) if (!setlocale(LC_ALL, ""))
g_message(_("Couldn't set locale from environment.")); g_message("Couldn't set locale from environment.");
bindtextdomain(PACKAGE_NAME, LOCALEDIR); bindtextdomain(PACKAGE_NAME, LOCALEDIR);
bind_textdomain_codeset(PACKAGE_NAME, "UTF-8"); bind_textdomain_codeset(PACKAGE_NAME, "UTF-8");
textdomain(PACKAGE_NAME); textdomain(PACKAGE_NAME);