jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/376038 )

Change subject: Revert "WLFilters: fix msg keys to comply with standard"
......................................................................


Revert "WLFilters: fix msg keys to comply with standard"

This reverts commit 13371d9f948d2c718e0e9a9c74d6237093a200f0.

Change-Id: I7b4a5b71f6e627f97f72ceab1e63e9b5dcc23eea
---
M languages/i18n/en.json
M languages/i18n/qqq.json
M resources/Resources.php
M resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.MarkSeenButtonWidget.js
M 
resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.WatchlistTopSectionWidget.js
5 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 46c4923..dae2c40 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -1468,8 +1468,8 @@
        "rcfilters-liveupdates-button": "Live updates",
        "rcfilters-liveupdates-button-title-on": "Turn off live updates",
        "rcfilters-liveupdates-button-title-off": "Display new changes as they 
happen",
-       "rcfilters-watchlist-markseen-button": "Mark all changes as seen",
-       "rcfilters-watchlist-edit-watchlist-button": "Edit your list of watched 
pages",
+       "rcfilters-watchlist-markSeen-button": "Mark all changes as seen",
+       "rcfilters-watchlist-editWatchlist-button": "Edit your list of watched 
pages",
        "rcnotefrom": "Below {{PLURAL:$5|is the change|are the changes}} since 
<strong>$3, $4</strong> (up to <strong>$1</strong> shown).",
        "rclistfromreset": "Reset date selection",
        "rclistfrom": "Show new changes starting from $2, $3",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index fa25b1f..68edc0d 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -1658,8 +1658,8 @@
        "rcfilters-liveupdates-button": "Label for the button to enable or 
disable live updates on [[Special:RecentChanges]]",
        "rcfilters-liveupdates-button-title-on": "Title for the button to 
enable or disable live updates on [[Special:RecentChanges]] when the feature is 
ON.",
        "rcfilters-liveupdates-button-title-off": "Title for the button to 
enable or disable live updates on [[Special:RecentChanges]] when the feature is 
OFF.",
-       "rcfilters-watchlist-markseen-button": "Label for the button to mark 
all changes as seen on [[Special:Watchlist]] when using the structured filters 
interface.",
-       "rcfilters-watchlist-edit-watchlist-button": "Label for the button to 
edit the watched pages on [[Special:Watchlist]] when using the structured 
filters interface.\n\nCf. {{msg-mw|watchlisttools-edit}}.",
+       "rcfilters-watchlist-markSeen-button": "Label for the button to mark 
all changes as seen on [[Special:Watchlist]] when using the structured filters 
interface.",
+       "rcfilters-watchlist-editWatchlist-button": "Label for the button to 
edit the watched pages on [[Special:Watchlist]] when using the structured 
filters interface.",
        "rcnotefrom": "This message is displayed at [[Special:RecentChanges]] 
when viewing recentchanges from some specific time.\n\nThe corresponding 
message is {{msg-mw|Rclistfrom}}.\n\nParameters:\n* $1 - the maximum number of 
changes that are displayed\n* $2 - (Optional) a date and time\n* $3 - a date\n* 
$4 - a time\n* $5 - Number of changes are displayed, for use with PLURAL",
        "rclistfromreset": "Used on [[Special:RecentChanges]] to reset a 
selection of a certain date range.",
        "rclistfrom": "Used on [[Special:RecentChanges]]. Parameters:\n* $1 - 
(Currently not use) date and time. The date and the time adds to the rclistfrom 
description.\n* $2 - time. The time adds to the rclistfrom link description 
(with split of date and time).\n* $3 - date. The date adds to the rclistfrom 
link description (with split of date and time).\n\nThe corresponding message is 
{{msg-mw|Rcnotefrom}}.",
diff --git a/resources/Resources.php b/resources/Resources.php
index 3a5de66..7a95da8 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -1899,8 +1899,8 @@
                        'rcfilters-liveupdates-button',
                        'rcfilters-liveupdates-button-title-on',
                        'rcfilters-liveupdates-button-title-off',
-                       'rcfilters-watchlist-markseen-button',
-                       'rcfilters-watchlist-edit-watchlist-button',
+                       'rcfilters-watchlist-markSeen-button',
+                       'rcfilters-watchlist-editWatchlist-button',
                        'rcfilters-other-review-tools',
                        'blanknamespace',
                        'namespaces',
diff --git 
a/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.MarkSeenButtonWidget.js 
b/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.MarkSeenButtonWidget.js
index 56fe5b9..073cd1e 100644
--- 
a/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.MarkSeenButtonWidget.js
+++ 
b/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.MarkSeenButtonWidget.js
@@ -14,7 +14,7 @@
 
                // Parent
                mw.rcfilters.ui.MarkSeenButtonWidget.parent.call( this, 
$.extend( {
-                       label: mw.message( 
'rcfilters-watchlist-markseen-button' ).text(),
+                       label: mw.message( 
'rcfilters-watchlist-markSeen-button' ).text(),
                        icon: 'doubleCheck'
                }, config ) );
 
diff --git 
a/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.WatchlistTopSectionWidget.js
 
b/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.WatchlistTopSectionWidget.js
index 7d78565..86c206b 100644
--- 
a/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.WatchlistTopSectionWidget.js
+++ 
b/resources/src/mediawiki.rcfilters/ui/mw.rcfilters.ui.WatchlistTopSectionWidget.js
@@ -25,7 +25,7 @@
                mw.rcfilters.ui.WatchlistTopSectionWidget.parent.call( this, 
config );
 
                editWatchlistButton = new OO.ui.ButtonWidget( {
-                       label: mw.msg( 
'rcfilters-watchlist-edit-watchlist-button' ),
+                       label: mw.msg( 
'rcfilters-watchlist-editWatchlist-button' ),
                        icon: 'edit',
                        href: mw.config.get( 
'wgStructuredChangeFiltersEditWatchlistUrl' )
                } );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7b4a5b71f6e627f97f72ceab1e63e9b5dcc23eea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.30.0-wmf.16
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Sbisson <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to