Brian Wolff has uploaded a new change for review. https://gerrit.wikimedia.org/r/150065
Change subject: Make upload_source_file and upload_source_url more specific ...................................................................... Make upload_source_file and upload_source_url more specific See https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Upload_source_file/en Change-Id: I46e3cc58203667f9c32487aada1e5a5177dd7b6f --- M languages/i18n/en.json 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/65/150065/1 diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 78570dc..c4a0509 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1418,8 +1418,8 @@ "licenses": "-", "licenses-edit": "Edit license options", "license-nopreview": "(Preview not available)", - "upload_source_url": "(a valid, publicly accessible URL)", - "upload_source_file": "(a file on your computer)", + "upload_source_url": "(your chosen file from a valid, publicly accessible URL)", + "upload_source_file": "(your chosen file from your computer)", "listfiles-delete": "delete", "listfiles-summary": "This special page shows all uploaded files.", "listfiles_search_for": "Search for media name:", -- To view, visit https://gerrit.wikimedia.org/r/150065 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I46e3cc58203667f9c32487aada1e5a5177dd7b6f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Brian Wolff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
