Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/264119

Change subject: Prefix message keys with "wmpvi"
......................................................................

Prefix message keys with "wmpvi"

Change-Id: I58cd1742a95e683777e87a307adbf0fea5ebb999
---
M i18n/en.json
M i18n/qqq.json
M includes/PageViewInfo.hooks.php
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaPageViewInfo 
refs/changes/19/264119/1

diff --git a/i18n/en.json b/i18n/en.json
index 0fe56af..6a031d9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,5 +4,5 @@
                        "Legoktm"
                ]
        },
-       "pvi-month-count": "Page views in the past 30 days"
+       "wmpvi-month-count": "Page views in the past 30 days"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 75909a3..74b3c16 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,5 +4,5 @@
                        "Legoktm"
                ]
        },
-       "pvi-month-count": "Label for table cell containing page views in past 
30 days"
+       "wmpvi-month-count": "Label for table cell containing page views in 
past 30 days"
 }
diff --git a/includes/PageViewInfo.hooks.php b/includes/PageViewInfo.hooks.php
index e664d4d..9a151c7 100644
--- a/includes/PageViewInfo.hooks.php
+++ b/includes/PageViewInfo.hooks.php
@@ -22,7 +22,7 @@
                }
                $formatted = $ctx->getLanguage()->formatNum( $count );
                $pageInfo['header-basic'][] = array(
-                       $ctx->msg( 'pvi-month-count' ),
+                       $ctx->msg( 'wmpvi-month-count' ),
                        \Html::element( 'div', array( 'class' => 
'mw-wmpvi-month' ), $formatted )
                );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58cd1742a95e683777e87a307adbf0fea5ebb999
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaPageViewInfo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to