diff --git a/python/console/console_output.py b/python/console/console_output.py index 3cf69b3fa6a..ee245a531ee 100644 --- a/python/console/console_output.py +++ b/python/console/console_output.py @@ -169,8 +169,9 @@ class ShellOutputScintilla(QsciScintilla): def insertInitText(self): txtInit = QCoreApplication.translate("PythonConsole", - "Python Console \n" - "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" + "Security warning: typing commands from an untrusted source can lead to data loss and/or leak") # some translation string for the console header ends without '\n' # and the first command in console will be appended at the header text.