File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
python/plugins/ResourceSharing/resource_sharing Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ def install_finished(self):
462462
463463 def install_canceled (self ):
464464 self .progress_dialog .hide ()
465- self .show_progress_dialog ('Cancelling installation...' )
465+ self .show_progress_dialog ('Canceling installation...' )
466466 self .installer_worker .abort ()
467467
468468 def install_aborted (self ):
@@ -483,7 +483,7 @@ def uninstall_collection(self):
483483 QMessageBox .information (
484484 self ,
485485 'Resource Sharing' ,
486- 'The collection is uninstalled succesfully !' )
486+ 'The collection is uninstalled successfully !' )
487487
488488 def open_collection (self ):
489489 """Slot for when user clicks 'Open' button."""
Original file line number Diff line number Diff line change 11"""
22/***************************************************************************
33 Plugin Installer module
4- Plugin version comparision functions
4+ Plugin version comparison functions
55 -------------------
66 Date : 2008-11-24
77 Copyright : (C) 2008 by Borys Jurgiel
2323
2424Usage: compareVersions(version1, version2)
2525
26- The function accepts arguments of any type convertable to unicode string
26+ The function accepts arguments of any type convertible to unicode string
2727and returns integer value:
28280 - the versions are equal
29291 - version 1 is higher
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ src/app/gps/qwtpolar-1.0/
1616src/app/gps/qwtpolar-1.1.1/
1717src/core/pal
1818src/plugins/grass/qtermwidget/
19-
19+ python/plugins/ResourceSharing/resources/js/jquery.js
2020
2121
2222#Extensions
You can’t perform that action at this time.
0 commit comments