mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Add translation for message box "Error launching plugin"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5196 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -2211,8 +2211,8 @@ success = process->startDetached("qet_tb_generator");
|
|||||||
#endif
|
#endif
|
||||||
if ( !success ) {
|
if ( !success ) {
|
||||||
QMessageBox::warning(nullptr,
|
QMessageBox::warning(nullptr,
|
||||||
"Error launching plugin",
|
tr("Error launching plugin"),
|
||||||
"To install the plugin qet_tb_generator\nVisit https://pypi.python.org/pypi/qet-tb-generator/\n"
|
tr("To install the plugin qet_tb_generator\nVisit https://pypi.python.org/pypi/qet-tb-generator/\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Requires python 3.5 or above.\n"
|
"Requires python 3.5 or above.\n"
|
||||||
">> First install on Linux\n"
|
">> First install on Linux\n"
|
||||||
@@ -2238,8 +2238,7 @@ QMessageBox::warning(nullptr,
|
|||||||
"2. pip3 install qet_tb_generator \n"
|
"2. pip3 install qet_tb_generator \n"
|
||||||
">> Update on macOSX \n"
|
">> Update on macOSX \n"
|
||||||
" pip3 install --upgrade qet_tb_generator \n"
|
" pip3 install --upgrade qet_tb_generator \n"
|
||||||
);
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user