From 09941ea763db08c7b13263fae68cf6eb01bc7bcf Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 13 Oct 2005 17:53:33 -0400 Subject: [PATCH] Some error messages added --- program/localization/en/messages.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index 4a9009a..0ad04ed 100644 --- a/program/localization/en/messages.inc +++ b/program/localization/en/messages.inc @@ -52,5 +52,9 @@ $messages['errorsaving'] = 'An error occured while saving'; +$messages['errormoving'] = 'Could not move the message'; + +$messages['errordeleting'] = 'Could not delete the message'; + ?> \ No newline at end of file -- Gitblit v1.9.1