diff options
author | thomascube <thomas@roundcube.net> | 2008-10-21 09:41:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-21 09:41:32 +0000 |
commit | b58f11841539035f8fa06c2a0e64dd9199d6a089 (patch) | |
tree | 15acefd04d57c6efd295f2d8b8d364f86f69dee7 /program/localization/en_GB/messages.inc | |
parent | a2451ccbc994a1de54be7afd118832991d1f83aa (diff) |
Improve vcard import (#1485502); try utf-8 first in charset detection
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 70b8f4693..e9ce8feb0 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -90,7 +90,7 @@ $messages['selectimportfile'] = 'Please select a file to upload'; $messages['addresswriterror'] = 'The selected address book is not writeable'; $messages['importwait'] = 'Importing, please wait...'; $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.'; -$messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:$names'; +$messages['importconfirm'] = 'Successfully imported $inserted contacts, $skipped existing entries skipped:<p><em>$names</em></p>'; $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity'; |