Seb35 has submitted this change and it was merged.

Change subject: Consistency tweaks in preparation for adding extension to 
translatewiki.net
......................................................................


Consistency tweaks in preparation for adding extension to translatewiki.net

* Change description message key for code convention
* Kill trailing spaces

Change-Id: If873bb7e52c32edf99ae6615519ceb7dbce1caf1
---
M HSTS.i18n.php
M HSTS.php
2 files changed, 7 insertions(+), 7 deletions(-)

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



diff --git a/HSTS.i18n.php b/HSTS.i18n.php
index a670623..7a866a6 100644
--- a/HSTS.i18n.php
+++ b/HSTS.i18n.php
@@ -1,26 +1,26 @@
 <?php
 $messages = array();
- 
+
 /** English
  * @author Seb35
  */
 $messages['en'] = array(
-        'hsts-ext-desc' => 'HSTS (HTTP Strict Transport Security) on a 
per-user basis',
+        'hsts-desc' => 'HSTS (HTTP Strict Transport Security) on a per-user 
basis',
         'hsts-tog' => 'Enable HTTP Strict Transport Security (HSTS)'
 );
- 
+
 /** Message documentation (Message documentation)
  * @author Seb35
  */
 $messages['qqq'] = array(
-        'hsts-ext-desc' => 
'{{desc|name=HSTS|url=//www.mediawiki.org/wiki/Extension:HSTS}}',
+        'hsts-desc' => 
'{{desc|name=HSTS|url=//www.mediawiki.org/wiki/Extension:HSTS}}',
         'hsts-tog' => 'Label for the user preference to enable HSTS.'
 );
- 
+
 /** French (français)
  * @author Seb35
  */
 $messages['fr'] = array(
-        'hsts-ext-desc' => 'HSTS (HTTP Strict Transport Security) configurable 
par utilisateur',
+        'hsts-desc' => 'HSTS (HTTP Strict Transport Security) configurable par 
utilisateur',
         'hsts-tog' => 'Activer HTTP Strict Transport Security (HSTS)'
 );
diff --git a/HSTS.php b/HSTS.php
index d9fd385..a0f80a0 100644
--- a/HSTS.php
+++ b/HSTS.php
@@ -31,7 +31,7 @@
         'author' => 'Seb35',
         'version' => '0.1',
         'url' => 'https://www.mediawiki.org/wiki/Extension:HSTS',
-        'descriptionmsg' => 'hsts-ext-desc',
+        'descriptionmsg' => 'hsts-desc',
 );
  
 $dir = dirname( __FILE__ ) . '/';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If873bb7e52c32edf99ae6615519ceb7dbce1caf1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/HSTS
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <raimond.spekk...@gmail.com>
Gerrit-Reviewer: Seb35 <seb35wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to