From 53685faabe5ed49b8bd2132edb2b5facf4aff18d Mon Sep 17 00:00:00 2001 From: elafargue Date: Tue, 26 Apr 2011 19:27:29 +0200 Subject: [PATCH] Update dialog on configplugin --- ground/openpilotgcs/src/plugins/config/configplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/config/configplugin.cpp b/ground/openpilotgcs/src/plugins/config/configplugin.cpp index 8db70979c..dced1c231 100644 --- a/ground/openpilotgcs/src/plugins/config/configplugin.cpp +++ b/ground/openpilotgcs/src/plugins/config/configplugin.cpp @@ -167,7 +167,7 @@ void ConfigPlugin::eraseDone(UAVObject * obj) disconnect(objper, SIGNAL(objectUpdated(UAVObject*)), this, SLOT(eraseDone(UAVObject *))); if (obj->getField("Operation")->getValue().toString().compare(QString("Completed")) == 0) { settingsErased = true; - msgBox.setText(tr("Settings erased.")); + msgBox.setText(tr("Settings are now erased.")); msgBox.setInformativeText(tr("Please now power-cycle your board to complete reset.")); } else { msgBox.setText(tr("Error trying to erase settings."));