From 719ed125396d82ee66dadffde6d5ac182f941d79 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 2 Aug 2011 08:10:47 +0000 Subject: [PATCH] Update punctuation for error messages. --- languages/messages/MessagesEn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.', ); -- 2.20.1