diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-30 11:35:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-30 11:35:57 +0200 |
commit | 86135e2bcca0546b9c200a9663ec3ad7b94459fa (patch) | |
tree | f1c2701715a8a05e661ab24a4ffc1c0edfc6b5a8 /program/localization/en_US | |
parent | d8ff4c2fc156e1f300c5e41b28e1615215f66e85 (diff) |
Don't show errors when moving contacts into groups they're already in (#1488493)
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 779c41660..995be7b65 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -121,6 +121,7 @@ $messages['selectimportfile'] = 'Please select a file to upload.'; $messages['addresswriterror'] = 'The selected address book is not writeable.'; $messages['contactaddedtogroup'] = 'Successfully added the contacts to this group.'; $messages['contactremovedfromgroup'] = 'Successfully removed contacts from this group.'; +$messages['nogroupassignmentschanged'] = 'No group assignments changed.'; $messages['importwait'] = 'Importing, please wait...'; $messages['importerror'] = 'Import failed! The uploaded file is not a valid vCard file.'; $messages['importconfirm'] = '<b>Successfully imported $inserted contacts</b>'; |