From ddf239bf290202977b3db870f9a443f343359d7b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Jan 2015 17:17:13 +0100 Subject: Remove the add prefix in AddTo, AddCc and AddBcc. --- .../Output/HTML/Standard/AdminDefaultRecipient.tt | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt') diff --git a/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt b/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt index 84d4dbb..82f8db6 100644 --- a/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt +++ b/Kernel/Output/HTML/Standard/AdminDefaultRecipient.tt @@ -71,9 +71,9 @@ [% Translate("Title") | html %] [% Translate("Remove 'To'") | html %] - [% Translate("New 'To'") | html %] - [% Translate("New 'Cc'") | html %] - [% Translate("New 'Bcc'") | html %] + [% Translate("To") | html %] + [% Translate("Cc") | html %] + [% Translate("Bcc") | html %] [% Translate("Comment") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %] @@ -97,9 +97,9 @@ [% Data.Title | html %] [% Translate(Data.RemoveToYesNo) | html %] - [% Data.AddTo | html %] - [% Data.AddCc | html %] - [% Data.AddBcc | html %] + [% Data.To | html %] + [% Data.Cc | html %] + [% Data.Bcc | html %] [% Data.Comment | truncate(26) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %] @@ -161,21 +161,21 @@
- +
- +
- +
- +
- +
- +
-- cgit v1.2.3-1-g7c22