Skip to content

Commit

Permalink
Fixed spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 31, 2017
1 parent e50bc7c commit b3de34a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -462,7 +462,7 @@ def install_finished(self):

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):
Expand All @@ -483,7 +483,7 @@ def uninstall_collection(self):
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."""
Expand Down
@@ -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
Expand All @@ -23,7 +23,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion scripts/spell_check/.agignore
Expand Up @@ -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
Expand Down

0 comments on commit b3de34a

Please sign in to comment.