mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fixed spell check
This commit is contained in:
parent
e50bc7c2e8
commit
b3de34a6b6
@ -462,7 +462,7 @@ class ResourceSharingDialog(QDialog, FORM_CLASS):
|
||||
|
||||
def install_canceled(self):
|
||||
self.progress_dialog.hide()
|
||||
self.show_progress_dialog('Cancelling installation...')
|
||||
self.show_progress_dialog('Canceling installation...')
|
||||
self.installer_worker.abort()
|
||||
|
||||
def install_aborted(self):
|
||||
@ -483,7 +483,7 @@ class ResourceSharingDialog(QDialog, FORM_CLASS):
|
||||
QMessageBox.information(
|
||||
self,
|
||||
'Resource Sharing',
|
||||
'The collection is uninstalled succesfully!')
|
||||
'The collection is uninstalled successfully!')
|
||||
|
||||
def open_collection(self):
|
||||
"""Slot for when user clicks 'Open' button."""
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""
|
||||
/***************************************************************************
|
||||
Plugin Installer module
|
||||
Plugin version comparision functions
|
||||
Plugin version comparison functions
|
||||
-------------------
|
||||
Date : 2008-11-24
|
||||
Copyright : (C) 2008 by Borys Jurgiel
|
||||
@ -23,7 +23,7 @@ and recognizes all major notations, prefixes (ver. and version), delimiters
|
||||
|
||||
Usage: compareVersions(version1, version2)
|
||||
|
||||
The function accepts arguments of any type convertable to unicode string
|
||||
The function accepts arguments of any type convertible to unicode string
|
||||
and returns integer value:
|
||||
0 - the versions are equal
|
||||
1 - version 1 is higher
|
||||
|
@ -16,7 +16,7 @@ src/app/gps/qwtpolar-1.0/
|
||||
src/app/gps/qwtpolar-1.1.1/
|
||||
src/core/pal
|
||||
src/plugins/grass/qtermwidget/
|
||||
|
||||
python/plugins/ResourceSharing/resources/js/jquery.js
|
||||
|
||||
|
||||
#Extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user