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

Change subject: Clarify flow-error-invalid-moderation-state message.
......................................................................


Clarify flow-error-invalid-moderation-state message.

Fixes T69971

Bug: T69971
Change-Id: Ib5fd8f4d527a13ee9b7c547205df4bbafb515bf4
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index f4daa90..d2e3892 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -126,7 +126,7 @@
        "flow-error-missing-postId": "No \"postId\" parameter was supplied. 
This parameter is required to manipulate a post.",
        "flow-error-invalid-postId": "\"postId\" parameter was invalid. The 
specified post ($1) could not be found.",
        "flow-error-restore-failure": "Restoration of this item failed.",
-       "flow-error-invalid-moderation-state": "An invalid value was provided 
for moderationState.",
+       "flow-error-invalid-moderation-state": "An invalid value for a 
parameter ('moderationState') was submitted to the Flow API.",
        "flow-error-invalid-moderation-reason": "Please provide a reason for 
the moderation.",
        "flow-error-not-allowed": "Insufficient permissions to execute this 
action.",
        "flow-error-not-allowed-hide": "This topic has been hidden.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 284ed0a..a0317ba 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -131,7 +131,7 @@
        "flow-error-missing-postId": "Used as error message when 
deleting/restoring a post.\n\n\"manipulate\" refers either \"delete\" or 
\"restore\".",
        "flow-error-invalid-postId": "Used as error message when 
deleting/restoring a post.\n\nThe variable name \"postId\" is invisible to 
users, so \"postId\" can be translated.\n\nParameters:\n* $1 - contains the 
postId that was specified",
        "flow-error-restore-failure": "Used as error message when restoring a 
post.\n\n\"this item\" seems to refer \"this post\".",
-       "flow-error-invalid-moderation-state": "Used as error 
message.\n\nUsually indicates a code bug, so technical terminology is 
okay.\n\nValid values for moderationState are: (none), hidden, deleted, 
suppressed",
+       "flow-error-invalid-moderation-state": "Used as error 
message.\n\nUsually indicates a code bug (possibly in a third-party use of the 
Flow API), so technical terminology is okay.\n\nValid values for 
moderationState are: (none), hidden, deleted, suppressed.  Do not translate the 
word 'moderationState'.",
        "flow-error-invalid-moderation-reason": "Used as error message when no 
reason is given for the moderation of a post.",
        "flow-error-not-allowed": "Error message when the user has insufficient 
permissions to execute this action",
        "flow-error-not-allowed-hide": "Error message when the user has 
insufficient permissions to execute this action because the topic is hidden.",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5fd8f4d527a13ee9b7c547205df4bbafb515bf4
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Matthias Mullie <mmul...@wikimedia.org>
Gerrit-Reviewer: SG <shah...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to