From 5c3377dac67e0236da25535399e8d06ac914c1ed Mon Sep 17 00:00:00 2001 From: nehresma Date: Sun, 2 Jul 2000 03:33:27 +0000 Subject: [PATCH] fixed html problem and spelling error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@580 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 2 +- src/addressbook_csvimport.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/addressbook.php b/src/addressbook.php index 13d10424..c98549bf 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -363,6 +363,6 @@ Import CSV File: - diff --git a/src/addressbook_csvimport.php b/src/addressbook_csvimport.php index e065ca10..f9feb71c 100644 --- a/src/addressbook_csvimport.php +++ b/src/addressbook_csvimport.php @@ -113,7 +113,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " ", _("View full set of imported records in thier new format."), "      \n"; + echo " ", _("View full set of imported records in their new format."), "      \n"; echo " \n"; echo " "; echo " "; -- 2.25.1