jenkins-bot has submitted this change and it was merged.

Change subject: Fix undo-related messages
......................................................................


Fix undo-related messages

flow-topic-undo-* were used, but completely missing.

The flow-post-undo-* messages were wrapped in parentheses, which
results in double-parentheses when displayed on the history/RC
pages.

Change-Id: I418df5f7437613355ada284109fa2f83e773640f
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 12 insertions(+), 6 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index d2e3892..b3938d9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -376,9 +376,12 @@
        "flow-anonymous": "Anonymous",
        "flow-embedding-unsupported": "Discussions cannot be embedded yet.",
        "mw-ui-unsubmitted-confirm": "You have unsubmitted changes on this 
page. Are you sure you want to navigate away and lose your work?",
-       "flow-post-undo-hide": "(undo hide)",
-       "flow-post-undo-delete": "(undo delete)",
-       "flow-post-undo-suppress": "(undo suppress)",
+       "flow-post-undo-hide": "undo hide",
+       "flow-post-undo-delete": "undo delete",
+       "flow-post-undo-suppress": "undo suppress",
+       "flow-topic-undo-hide": "undo hide",
+       "flow-topic-undo-delete": "undo delete",
+       "flow-topic-undo-suppress": "undo suppress",
        "flow-importer-lqt-converted-template": "LQT page converted to Flow",
        "flow-importer-lqt-converted-archive-template": "Archive for converted 
LQT page",
        "flow-importer-wt-converted-template": "Wikitext talk page converted to 
Flow",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index a0317ba..33904b8 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -381,9 +381,12 @@
        "flow-anonymous": "{{Identical|Anonymous}}",
        "flow-embedding-unsupported": "Error message displayed if a user tries 
to transclude a Flow page.",
        "mw-ui-unsubmitted-confirm": "You have unsubmitted changes on this 
page. Are you sure you want to navigate away and lose your work?",
-       "flow-post-undo-hide": "Automatic moderation summary when undoing a 
hide that was just performed.",
-       "flow-post-undo-delete": "Automatic moderation summary when undoing a 
delete that was just performed.",
-       "flow-post-undo-suppress": "Automatic moderation summary when undoing a 
suppress that was just performed.",
+       "flow-post-undo-hide": "Automatic moderation summary when undoing a 
post hide that was just performed.",
+       "flow-post-undo-delete": "Automatic moderation summary when undoing a 
post deletion that was just performed.",
+       "flow-post-undo-suppress": "Automatic moderation summary when undoing a 
post suppression that was just performed.",
+       "flow-topic-undo-hide": "Automatic moderation summary when undoing a 
topic hide that was just performed.",
+       "flow-topic-undo-delete": "Automatic moderation summary when undoing a 
topic deletion that was just performed.",
+       "flow-topic-undo-suppress": "Automatic moderation summary when undoing 
a topic suppression that was just performed.",
        "flow-importer-lqt-converted-template": "Name of a wikitext template 
that is added to the header of Flow boards that were converted from 
LiquidThreads",
        "flow-importer-lqt-converted-archive-template": "Name of a wikitext 
template that is added to the archived copy of a LiquidThreads page converted 
to Flow.",
        "flow-importer-wt-converted-template": "Name of a wikitext template 
that is added to the header of a Flow boards that were converted from Wikitext",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I418df5f7437613355ada284109fa2f83e773640f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: SG <[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