We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3903f36 commit 380baa2Copy full SHA for 380baa2
python/console/console_output.py
@@ -140,9 +140,9 @@ def __init__(self, parent=None):
140
141
def insertInitText(self):
142
txtInit = QCoreApplication.translate("PythonConsole",
143
- "Python {0} on {1}\n"
144
- "## Type help(iface) for more info and list of methods.\n").format(sys.version,
145
- socket.gethostname())
+ "Python Console \n"
+ "Use iface to access QGIS API interface or Type help(iface) for more info")
+
146
## some translation string for the console header ends without '\n'
147
## and the first command in console will be appended at the header text.
148
## The following code add a '\n' at the end of the string if not present.
0 commit comments