From f4e6d9f180c2d7b9358b5ee9ac5d34737a34374e Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 14 Aug 2004 03:52:58 +0000 Subject: [PATCH] I18n fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7900 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search_html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index 3b128f92..f61fdb09 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -91,9 +91,9 @@ if ($javascript_on) { "}\n" . "//-->\n" . "\n"; - $chk_all = '' . _("All") . ' To'. + $chk_all = '' . _("All") . ' '._("To").''. '  '. - '' . _("All") . ' Cc'. + '' . _("All") . ' '._("Cc").''. '  '. '' . _("All") . ''; } -- 2.25.1