From e3a0af34d52c41fc2f45522528e484f858f1ce3e Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Sun, 10 Feb 2008 12:08:40 -0500 Subject: [PATCH] * fixing #1484494 (people can delete the last identity otherwise) * FOR TRANSLATERS: introducing new message --- 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 5995108..20c0c14 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -74,5 +74,5 @@ $messages['sourceisreadonly'] = 'This address source is read-only'; $messages['errorsavingcontact'] = 'Could not save the contact address'; $messages['movingmessage'] = 'Moving message...'; - +$messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; ?> \ No newline at end of file -- Gitblit v1.9.1