Fix typo on qet_tb_generator warning msgbox

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5019 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-08-15 01:38:31 +00:00
parent 0011213314
commit f94b7a04dd

View File

@@ -2197,7 +2197,7 @@ QMessageBox::warning(nullptr,
"\n"
"Requires python 3.5 or above.\n"
">> First install on Linux\n"
"1. check you have pip3 installed: pip3 --version.\n"
"1. check you have pip3 installed: pip3 --version\n"
"If not install with: sudo apt-get install python3-pip\n"
"2. Install the program: sudo pip3 install qet_tb_generator\n"
"3. Run the program: qet_tb_generator\n"
@@ -2206,14 +2206,16 @@ QMessageBox::warning(nullptr,
"\n"
">> First install on Windows\n"
"1. Install, if required, python 3.5 or above \n"
"2. pip install qet_generator\n"
"2. pip install qet_tb_generator\n"
">> Update on Windows\n"
"python -m pip install --upgrade qet_tb_generator\n"
">>user could launch in a terminal this script in this directory \n"
" C:\\users\\XXXX\\AppData\\Local\\Programs\\Python\\Python36-32\\Scripts \n"
"\n"
">> First install on macOSX \n"
"1. Install, if required, python 3.5 or above \n"
"2. Install tkinter with Tcl/Tk\n"
"3. Visit https://qelectrotech.org/forum/viewtopic.php?pid=5674#p5674\n"
"2. pip3 install qet_generator\n"
" Visit https://qelectrotech.org/forum/viewtopic.php?pid=5674#p5674 \n"
"2. pip3 install qet_tb_generator \n"
">> Update on macOSX \n"
" pip3 install --upgrade qet_tb_generator \n"
);