Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61288


Change subject: Check default importImages comment to "Importing file"
......................................................................

Check default importImages comment to "Importing file"

Change-Id: Id65de095d7d7b697092a369f429b9e3b171d3e38
---
M maintenance/importImages.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/88/61288/1

diff --git a/maintenance/importImages.php b/maintenance/importImages.php
index abc1b87..2c04da4 100644
--- a/maintenance/importImages.php
+++ b/maintenance/importImages.php
@@ -104,7 +104,7 @@
 $timestamp = isset( $options['timestamp'] ) ? $options['timestamp'] : false;
 
 # Get the upload comment. Provide a default one in case there's no comment 
given.
-$comment = 'Importing image file';
+$comment = 'Importing file';
 
 if ( isset( $options['comment-file'] ) ) {
        $comment = file_get_contents( $options['comment-file'] );
@@ -338,7 +338,7 @@
 --sleep=<sec>           Sleep between files. Useful mostly for debugging.
 --user=<username>       Set username of uploader, default 'Maintenance script'
 --check-userblock       Check if the user got blocked during import.
---comment=<text>        Set file description, default 'Importing image file'.
+--comment=<text>        Set file description, default 'Importing file'.
 --comment-file=<file>   Set description to the content of <file>.
 --comment-ext=<ext>     Causes the description for each file to be loaded from 
a file with the same name
                         but the extension <ext>. If a global description is 
also given, it is appended.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id65de095d7d7b697092a369f429b9e3b171d3e38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to