DrTrigon has uploaded a new change for review.

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


Change subject: forgot to adopt messages for sunos and win users
......................................................................

forgot to adopt messages for sunos and win users

Change-Id: I9cb6e6734257803d551c830f0a5357776223ec9a
---
M externals/__init__.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/69/81369/1

diff --git a/externals/__init__.py b/externals/__init__.py
index b355d6d..a910e52 100644
--- a/externals/__init__.py
+++ b/externals/__init__.py
@@ -325,12 +325,12 @@
 
 
 def sunos_install(dependency_dictionary):
-    lowlevel_warning(u'Not implemented yet, download mode will be used.')
+    lowlevel_warning(u'Not implemented yet, use download mode (2) instead.')
     return False    # skip this in order to trigger 'download_install' next
 
 
 def windows_install(dependency_dictionary):
-    lowlevel_warning(u'Not available in windows OS, download mode will be 
used.')
+    lowlevel_warning(u'Not available in windows OS, use download mode (2) 
instead.')
     return False    # skip this in order to trigger 'download_install' next
 
 ### END of VisTrails inspired and copied code   ### ### ### ### ### ### ### ###

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9cb6e6734257803d551c830f0a5357776223ec9a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: DrTrigon <dr.tri...@surfeu.ch>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to