1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1590 Fixed text

This commit is contained in:
m_thread 2014-11-04 22:10:58 +01:00
parent f7f92d2b3d
commit 3d92707a2e

View File

@ -177,7 +177,7 @@ void ConfigStabilizationWidget::setupStabBanksGUI()
tabButton->setDefaultAction(defaultStabMenuAction);
tabButton->setAutoRaise(true);
tabButton->setPopupMode(QToolButton::InstantPopup);
tabButton->setToolTip(tr("The functions in this menu effects on fields in the settings banks,\n"
tabButton->setToolTip(tr("The functions in this menu effect all fields in the settings banks,\n"
"not only the ones visible on screen."));
QMenu *tabMenu = new QMenu();
QMenu *restoreMenu = new QMenu(tr("Restore"));