don't translate message saying we can't translate messages
This commit is contained in:
parent
442c1680d9
commit
58b79ed35f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue