diff --git a/src/sdtui.c b/src/sdtui.c index c20e9ae..7c69c54 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1056,7 +1056,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS }; if (!setlocale (LC_ALL, "")) - abort (); + g_printerr ("%s: %s\n", _("Warning"), _("failed to set the locale")); bindtextdomain (GETTEXT_PACKAGE, GETTEXT_DIRNAME); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");