From: Siebrand Mazeland Date: Tue, 2 Aug 2011 08:10:47 +0000 (+0000) Subject: Update punctuation for error messages. X-Git-Tag: 1.31.0-rc.0~28499 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=719ed125396d82ee66dadffde6d5ac182f941d79;p=lhc%2Fweb%2Fwiklou.git Update punctuation for error messages. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ea222eaf15..e285e1696f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4625,7 +4625,7 @@ This usually occurs when the category has been added to the page in a template.' 'ajax-edit-category-error' => 'It was not possible to edit category "$1". This usually occurs when the category has been added to the page in a template.', 'ajax-category-already-present' => 'This page already belongs to the category "$1"', -'ajax-category-hook-error' => 'A local function prevented the changes from being saved', -'ajax-api-error' => 'The API returned an error: $1: $2', +'ajax-category-hook-error' => 'A local function prevented the changes from being saved.', +'ajax-api-error' => 'The API returned an error: $1: $2.', );