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):
462
462
463
463
def install_canceled (self ):
464
464
self .progress_dialog .hide ()
465
- self .show_progress_dialog ('Cancelling installation...' )
465
+ self .show_progress_dialog ('Canceling installation...' )
466
466
self .installer_worker .abort ()
467
467
468
468
def install_aborted (self ):
@@ -483,7 +483,7 @@ def uninstall_collection(self):
483
483
QMessageBox .information (
484
484
self ,
485
485
'Resource Sharing' ,
486
- 'The collection is uninstalled succesfully !' )
486
+ 'The collection is uninstalled successfully !' )
487
487
488
488
def open_collection (self ):
489
489
"""Slot for when user clicks 'Open' button."""
Original file line number Diff line number Diff line change 1
1
"""
2
2
/***************************************************************************
3
3
Plugin Installer module
4
- Plugin version comparision functions
4
+ Plugin version comparison functions
5
5
-------------------
6
6
Date : 2008-11-24
7
7
Copyright : (C) 2008 by Borys Jurgiel
23
23
24
24
Usage: compareVersions(version1, version2)
25
25
26
- The function accepts arguments of any type convertable to unicode string
26
+ The function accepts arguments of any type convertible to unicode string
27
27
and returns integer value:
28
28
0 - the versions are equal
29
29
1 - version 1 is higher
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ src/app/gps/qwtpolar-1.0/
16
16
src/app/gps/qwtpolar-1.1.1/
17
17
src/core/pal
18
18
src/plugins/grass/qtermwidget/
19
-
19
+ python/plugins/ResourceSharing/resources/js/jquery.js
20
20
21
21
22
22
#Extensions
You can’t perform that action at this time.
0 commit comments