From ed1d212ae2daea5e4bd043417610177093e99f19 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 16 Jan 2016 03:03:51 -0500 Subject: [PATCH] Improved SVG cleanup code --- plugins/managesieve/localization/en_US.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/managesieve/localization/en_US.inc b/plugins/managesieve/localization/en_US.inc index 3b03b6b..0940923 100644 --- a/plugins/managesieve/localization/en_US.inc +++ b/plugins/managesieve/localization/en_US.inc @@ -60,6 +60,7 @@ $labels['vacationdays'] = 'How often send messages (in days):'; $labels['vacationinterval'] = 'How often send messages:'; $labels['vacationreason'] = 'Message body (vacation reason):'; +$labels['vacationfrom'] = 'Reply sender address:'; $labels['vacationsubject'] = 'Message subject:'; $labels['days'] = 'days'; $labels['seconds'] = 'seconds'; @@ -165,6 +166,7 @@ $labels['vacation'] = 'Vacation'; $labels['vacation.reply'] = 'Reply message'; $labels['vacation.advanced'] = 'Advanced settings'; +$labels['vacation.from'] = 'Reply sender address'; $labels['vacation.subject'] = 'Subject'; $labels['vacation.body'] = 'Body'; $labels['vacation.start'] = 'Vacation start'; -- Gitblit v1.9.1