From: Gergő Tisza Date: Mon, 7 Sep 2015 06:50:04 +0000 (-0700) Subject: Improve wording of imageinfo API userid prop X-Git-Tag: 1.31.0-rc.0~10124^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=1c6d85e5af981d8b7d04e8f1b0b44de30262a7b7;p=lhc%2Fweb%2Fwiklou.git Improve wording of imageinfo API userid prop Per https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-query%2Bimageinfo-paramvalue-prop-userid/en Change-Id: I9a9fd4e7b6ec09d7cc2becdfd0195a7e993176c9 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 396f5dac71..425e062251 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -725,7 +725,7 @@ "apihelp-query+imageinfo-param-prop": "Which file information to get:", "apihelp-query+imageinfo-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.", "apihelp-query+imageinfo-paramvalue-prop-user": "Adds the user who uploaded each file version.", - "apihelp-query+imageinfo-paramvalue-prop-userid": "Add the user ID that uploaded each file version.", + "apihelp-query+imageinfo-paramvalue-prop-userid": "Add the ID of the user that uploaded each file version.", "apihelp-query+imageinfo-paramvalue-prop-comment": "Comment on the version.", "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "Parse the comment on the version.", "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "Adds the canonical title of the file.",