diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-21 11:15:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-21 11:15:18 +0000 |
| commit | ce4fc106aa374a82aea8a03bb887be37ccff6dfb (patch) | |
| tree | d6d619deabb8a2c48c5124be7525edea009e9db4 /roundcubemail/program/localization/en_GB | |
| parent | 64b86db3981acf0c52b35f3c95c3383d8b28417e (diff) | |
- Simplify undo message, add dots at the end of messages
git-svn-id: https://svn.roundcube.net/trunk@4951 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_GB')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc index 96aeab09e..be673d238 100644 --- a/roundcubemail/program/localization/en_GB/messages.inc +++ b/roundcubemail/program/localization/en_GB/messages.inc @@ -124,7 +124,7 @@ $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of reci $messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max'; $messages['internalerror'] = 'An internal error occured. Please try again'; $messages['contactdelerror'] = 'Could not delete contact(s)'; -$messages['contactdeleted'] = 'Contact(s) deleted successfully'; +$messages['contactdeleted'] = 'Contact(s) deleted successfully.'; $messages['groupdeleted'] = 'Group deleted successfully'; $messages['grouprenamed'] = 'Group renamed successfully'; $messages['groupcreated'] = 'Group created successfully'; |
