summaryrefslogtreecommitdiff
path: root/src/sdtui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdtui.c')
-rw-r--r--src/sdtui.c2
1 files changed, 1 insertions, 1 deletions
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");