diff --git a/src/ui/QGCParamWidget.cc b/src/ui/QGCParamWidget.cc index eecae3ba1d6040cb09b957680d809e0d819bfb30..4e67230ffaa64330b86605e33b32c4933e1337fb 100644 --- a/src/ui/QGCParamWidget.cc +++ b/src/ui/QGCParamWidget.cc @@ -79,13 +79,13 @@ QGCParamWidget::QGCParamWidget(UASInterface* uas, QWidget *parent) : // BUTTONS - QPushButton* refreshButton = new QPushButton(tr("Refresh")); + QPushButton* refreshButton = new QPushButton(tr("Get")); refreshButton->setToolTip(tr("Load parameters currently in non-permanent memory of aircraft.")); refreshButton->setWhatsThis(tr("Load parameters currently in non-permanent memory of aircraft.")); connect(refreshButton, SIGNAL(clicked()), this, SLOT(requestParameterList())); horizontalLayout->addWidget(refreshButton, 2, 0); - QPushButton* setButton = new QPushButton(tr("Transmit")); + QPushButton* setButton = new QPushButton(tr("Set")); setButton->setToolTip(tr("Set current parameters in non-permanent onboard memory")); setButton->setWhatsThis(tr("Set current parameters in non-permanent onboard memory")); connect(setButton, SIGNAL(clicked()), this, SLOT(setParameters())); diff --git a/src/ui/WaypointList.ui b/src/ui/WaypointList.ui index ffb5935a925087b99687fd7dbc1e2f48df53f244..b4a5fb11b3b83e0a6c1ba5de3ec5fd92743dbc2d 100644 --- a/src/ui/WaypointList.ui +++ b/src/ui/WaypointList.ui @@ -209,7 +209,7 @@ Read all waypoints from the MAV. Clears the list on this computer. - Read + Get @@ -229,7 +229,7 @@ Transmit all waypoints on this list to the MAV. - Write + Set