jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/376032 )
Change subject: WLFilters: fix msg keys to comply with standard
......................................................................
WLFilters: fix msg keys to comply with standard
Change-Id: Iea19ddb38b362fb01535cde595d82cc7fd1ad479
---
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 dae2c40..46c4923 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-editWatchlist-button": "Edit your list of watched
pages",
+ "rcfilters-watchlist-markseen-button": "Mark all changes as seen",
+ "rcfilters-watchlist-edit-watchlist-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 68edc0d..fa25b1f 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-editWatchlist-button": "Label for the button to
edit the watched pages on [[Special:Watchlist]] when using the structured
filters interface.",
+ "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}}.",
"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 7a95da8..3a5de66 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-editWatchlist-button',
+ 'rcfilters-watchlist-markseen-button',
+ 'rcfilters-watchlist-edit-watchlist-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 073cd1e..56fe5b9 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 86c206b..7d78565 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-editWatchlist-button' ),
+ label: mw.msg(
'rcfilters-watchlist-edit-watchlist-button' ),
icon: 'edit',
href: mw.config.get(
'wgStructuredChangeFiltersEditWatchlistUrl' )
} );
--
To view, visit https://gerrit.wikimedia.org/r/376032
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iea19ddb38b362fb01535cde595d82cc7fd1ad479
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