Siebrand has submitted this change and it was merged.

Change subject: Add full stops to error messages
......................................................................


Add full stops to error messages

Change-Id: I453b82dd6b375c88d68a7b582adb8a3c2cd3489c
---
M RT.i18n.php
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Siebrand: Verified; Looks good to me, approved



diff --git a/RT.i18n.php b/RT.i18n.php
index 5c7cc68..30aa44f 100644
--- a/RT.i18n.php
+++ b/RT.i18n.php
@@ -19,8 +19,8 @@
  */
 $messages['en'] = array(
        'rt-desc'         => 'Fancy interface to RT (Request Tracker)',
-       'rt-inactive'     => 'The RT extension is not active',
-       'rt-badquery'     => 'The RT extension encountered an error when 
talking to the RT database',
+       'rt-inactive'     => 'The RT extension is not active.',
+       'rt-badquery'     => 'The RT extension encountered an error when 
talking to the RT database.',
        'rt-badlimit'     => "Invalid LIMIT (l) arg: must be a number.
 You tried: '''\$1'''",
        'rt-badorderby'   => "Invalid ORDER BY (ob) arg: must be a standard 
field (see documentation).
@@ -33,7 +33,7 @@
 You tried: '''\$1'''",
        'rt-badowner'     => "Invalid owner (o) arg: must be a valid username.
 You tried: '''\$1'''",
-       'rt-nomatches'    => 'No matching RT tickets were found',
+       'rt-nomatches'    => 'No matching RT tickets were found.',
 );
 
 /** Message documentation (Message documentation)

-- 
To view, visit https://gerrit.wikimedia.org/r/57036
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I453b82dd6b375c88d68a7b582adb8a3c2cd3489c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RT
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to