Skip to content

Commit 43a9bc1

Browse files
committedSep 27, 2017
Make case consistent for description of Run Script tool in Python console
1 parent 829702b commit 43a9bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/console/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def __init__(self, parent=None):
238238
self.pasteEditorButton.setToolTip(pasteEditorBt)
239239
self.pasteEditorButton.setText(pasteEditorBt)
240240
# Action Run Script (subprocess)
241-
runScriptEditorBt = QCoreApplication.translate("PythonConsole", "Run script")
241+
runScriptEditorBt = QCoreApplication.translate("PythonConsole", "Run Script")
242242
self.runScriptEditorButton = QAction(self)
243243
self.runScriptEditorButton.setCheckable(False)
244244
self.runScriptEditorButton.setEnabled(True)

0 commit comments

Comments
 (0)
Please sign in to comment.