summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh
index 8baf235..63cbad7 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -68,7 +68,7 @@ get_msg()
{
local msgid="${1}"
- eval "printf '%s' \"\${msg_${TEXT_DOMAIN}_${msgid}}"
+ eval "printf '%s' \"\${msg_${TEXT_DOMAIN}_${msgid}}\""
return 0
}