Duplicate strings. "Modify Server" and "Modify a Server". Leaving only
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Jul 2003 08:32:11 +0000 (08:32 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Jul 2003 08:32:11 +0000 (08:32 +0000)
"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

index cb0398bb61f956e5401fb656906c1473032c1444..eecf16d1896384767581c487d7074f09942965c0 100644 (file)
@@ -295,7 +295,7 @@ sqgetGlobalVar('submit_mailfetch', $submit_mailfetch, SQ_POST);
             '<br>' .
             html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="5" cellspacing="1"' ) .
                 html_tag( 'tr',
-                    html_tag( 'td', '<b>' . _("Modify Server") . '</b>', 'center', $color[9] )
+                    html_tag( 'td', '<b>' . _("Modify Server") . '</b>', 'center', $color[9] )
                 ) .
                 html_tag( 'tr' ) .
                     html_tag( 'td', '', 'center', $color[0] ) .