Skip to content

Commit

Permalink
Fix incorrect capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 30, 2021
1 parent 764c652 commit 18d8a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_output.py
Expand Up @@ -138,7 +138,7 @@ def __init__(self, parent=None):
def insertInitText(self):
txtInit = QCoreApplication.translate("PythonConsole",
"Python Console\n"
"Use iface to access QGIS API interface or Type help(iface) for more info\n"
"Use iface to access QGIS API interface or type help(iface) for more info\n"
"Security warning: typing commands from an untrusted source can harm your computer")

# some translation string for the console header ends without '\n'
Expand Down

0 comments on commit 18d8a76

Please sign in to comment.