From 1c6d85e5af981d8b7d04e8f1b0b44de30262a7b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Sun, 6 Sep 2015 23:50:04 -0700 Subject: [PATCH] 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 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1