From a3b9e4e65d7b5cd36cfed154d4ec06a3177c642f Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 27 Feb 2011 13:51:46 +0000 Subject: Better display of vcard import results (#1485457) --- program/localization/en_US/messages.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/localization/en_US/messages.inc') diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index df347d1db..d787f831d 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -107,7 +107,8 @@ $messages['contactaddedtogroup'] = 'Successfully added the contacts to this grou $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group'; $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'; +$messages['importconfirmskipped'] = 'Skipped $skipped existing entries'; $messages['opnotpermitted'] = 'Operation not permitted!'; $messages['nofromaddress'] = 'Missing e-mail address in selected identity'; $messages['editorwarning'] = 'Switching to the plain text editor will cause all text formatting to be lost. Do you wish to continue?'; -- cgit v1.2.3