summaryrefslogtreecommitdiffstats
path: root/lib/locale.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/locale.sh')
-rw-r--r--lib/locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 33245aa..9b9ccbe 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -42,7 +42,7 @@ load_locale()
if ! _try_load_locale "${LC_MESSAGES%.*}"; then
if ! _try_load_locale "${LC_MESSAGES%_*}"; then
if ! _try_load_locale "${DEFAULT_LOCALE}"; then
- printf 'Cannot load locale' >&2
+ warn 'Cannot load locale'
return 1
fi
fi