mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Changed string after comment from Romolo
This commit is contained in:
parent
595258e3e8
commit
e551118b38
9 changed files with 59 additions and 67 deletions
|
@ -1700,8 +1700,8 @@ void MainWindow::createActions()
|
|||
burnFromFlashAct->setStatusTip(tr("Read firmware from transmitter"));
|
||||
connect(burnFromFlashAct,SIGNAL(triggered()),this,SLOT(burnFromFlash()));
|
||||
|
||||
burnConfigAct = new QAction(QIcon(":/images/configure.png"), tr("&Configure Communication..."), this);
|
||||
burnConfigAct->setStatusTip(tr("Configure software for communication with the transmitter"));
|
||||
burnConfigAct = new QAction(QIcon(":/images/configure.png"), tr("&Configure..."), this);
|
||||
burnConfigAct->setStatusTip(tr("Configure software for reading from and writing to the transmitter"));
|
||||
connect(burnConfigAct,SIGNAL(triggered()),this,SLOT(burnConfig()));
|
||||
EEPROMInterface *eepromInterface = GetEepromInterface();
|
||||
if (!IS_ARM(eepromInterface->getBoard())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue