From 09c5aef16e38591295e2d2319aab0d579fd2ed43 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 6 Jul 2003 08:32:11 +0000 Subject: [PATCH] Duplicate strings. "Modify Server" and "Modify a Server". Leaving only "Modify Server". This way does not require fixing any translations in SM-STABLE14 before 1.4.1 release. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5228 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/options.php b/plugins/mail_fetch/options.php index cb0398bb..eecf16d1 100644 --- a/plugins/mail_fetch/options.php +++ b/plugins/mail_fetch/options.php @@ -295,7 +295,7 @@ sqgetGlobalVar('submit_mailfetch', $submit_mailfetch, SQ_POST); '
' . html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="5" cellspacing="1"' ) . html_tag( 'tr', - html_tag( 'td', '' . _("Modify a Server") . '', 'center', $color[9] ) + html_tag( 'td', '' . _("Modify Server") . '', 'center', $color[9] ) ) . html_tag( 'tr' ) . html_tag( 'td', '', 'center', $color[0] ) . -- 2.25.1