We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f198c11 commit b437f78Copy full SHA for b437f78
python/console/console_output.py
@@ -169,8 +169,9 @@ def __init__(self, parent=None):
169
170
def insertInitText(self):
171
txtInit = QCoreApplication.translate("PythonConsole",
172
- "Python Console \n"
173
- "Use iface to access QGIS API interface or Type help(iface) for more info")
+ "Python Console\n"
+ "Use iface to access QGIS API interface or Type help(iface) for more info\n"
174
+ "Security warning: typing commands from an untrusted source can lead to data loss and/or leak")
175
176
# some translation string for the console header ends without '\n'
177
# and the first command in console will be appended at the header text.
0 commit comments