Skip to content

Commit

Permalink
Spellchecker, how picky you are
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 19, 2020
1 parent d54c310 commit 2dfc072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_sql_window.py
Expand Up @@ -381,7 +381,7 @@ def updateUiWhileSqlExecution(self, status):

def executeSqlCanceled(self):
self.btnCancel.setEnabled(False)
self.btnCancel.setText(self.tr("Cancelling, please wait ..."))
self.btnCancel.setText(self.tr("Canceling, please wait ..."))
self.modelAsync.cancel()

def executeSqlCompleted(self):
Expand Down

0 comments on commit 2dfc072

Please sign in to comment.