Skip to content

Commit

Permalink
Make case consistent for description of Run Script tool in Python con…
Browse files Browse the repository at this point in the history
…sole
  • Loading branch information
g-sherman committed Sep 27, 2017
1 parent 829702b commit 43a9bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console.py
Expand Up @@ -238,7 +238,7 @@ def __init__(self, parent=None):
self.pasteEditorButton.setToolTip(pasteEditorBt)
self.pasteEditorButton.setText(pasteEditorBt)
# Action Run Script (subprocess)
runScriptEditorBt = QCoreApplication.translate("PythonConsole", "Run script")
runScriptEditorBt = QCoreApplication.translate("PythonConsole", "Run Script")
self.runScriptEditorButton = QAction(self)
self.runScriptEditorButton.setCheckable(False)
self.runScriptEditorButton.setEnabled(True)
Expand Down

0 comments on commit 43a9bc1

Please sign in to comment.