jenkins-bot has submitted this change and it was merged. Change subject: Clarify apihelp-flow+view-topiclist-param-limit ......................................................................
Clarify apihelp-flow+view-topiclist-param-limit As pointed out on https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-flow%2Bview-topiclist-param-limit/sv Change-Id: I18c855658e27603823a657b7cdafab472e9facb4 --- M i18n/en.json M includes/api/ApiFlowViewTopicList.php 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: EBernhardson: Looks good to me, approved Nemo bis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index fdaec75..8d6f927 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -462,7 +462,7 @@ "apihelp-flow+view-topiclist-param-savesortby": "Save sortby option, if set.", "apihelp-flow+view-topiclist-param-offset-id": "Offset value (in UUID format) to start fetching topics at.", "apihelp-flow+view-topiclist-param-offset": "Offset value to start fetching topics at.", - "apihelp-flow+view-topiclist-param-limit": "Amount of topics to fetch.", + "apihelp-flow+view-topiclist-param-limit": "Number of topics to fetch.", "apihelp-flow+view-topiclist-param-render": "Render the topics in HTML.", "apihelp-flow+view-topiclist-example-1": "List topics on [[Talk:Sandbox]]", "apihelp-flow-parsoid-utils-description": "Convert text between wikitext and HTML.", diff --git a/includes/api/ApiFlowViewTopicList.php b/includes/api/ApiFlowViewTopicList.php index 19417aa..52146ac 100644 --- a/includes/api/ApiFlowViewTopicList.php +++ b/includes/api/ApiFlowViewTopicList.php @@ -76,7 +76,7 @@ 'offset-id' => 'Offset value (in UUID format) to start fetching topics at', 'offset' => 'Offset value to start fetching topics at', 'include-offset' => 'Includes the offset item in the results as well', - 'limit' => 'Amount of topics to fetch', + 'limit' => 'Number of topics to fetch', 'render' => 'Renders (in HTML) the topics, if set', 'toconly' => 'Whether to respond with only the information required for the TOC', ); -- To view, visit https://gerrit.wikimedia.org/r/191034 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18c855658e27603823a657b7cdafab472e9facb4 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Nemo bis <[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
