summaryrefslogtreecommitdiffstats
path: root/lualib/rspamadm
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-23 16:16:21 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-23 16:16:21 +0000
commita763b9c316a2b9add0de247a456a71ca495310f8 (patch)
treeb88953d344eec4cf52bf20cbb32d47d27764cd03 /lualib/rspamadm
parent51b39f712d38cb69ede71d62e84c9079234cdb70 (diff)
downloadrspamd-a763b9c316a2b9add0de247a456a71ca495310f8.tar.gz
rspamd-a763b9c316a2b9add0de247a456a71ca495310f8.zip
[Minor] Remove too long strings in Lua code
Diffstat (limited to 'lualib/rspamadm')
-rw-r--r--lualib/rspamadm/configwizard.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua
index a4bccd7ab..75fdb96aa 100644
--- a/lualib/rspamadm/configwizard.lua
+++ b/lualib/rspamadm/configwizard.lua
@@ -480,7 +480,9 @@ return ttl
symbol_spam, symbol_ham, ver)
try_convert(false)
else
- printf("You have configured new schema for %s/%s and your DB already has new layout (v. %s). DB conversion is not needed.",
+ printf(
+ 'You have configured new schema for %s/%s and your DB already has new layout (v. %s).' ..
+ ' DB conversion is not needed.',
symbol_spam, symbol_ham, ver)
end
end