diff --git a/ground/src/plugins/emptygadget/emptygadgetwidget.cpp b/ground/src/plugins/emptygadget/emptygadgetwidget.cpp index 2f70e88df..3524e0293 100644 --- a/ground/src/plugins/emptygadget/emptygadgetwidget.cpp +++ b/ground/src/plugins/emptygadget/emptygadgetwidget.cpp @@ -20,7 +20,7 @@ EmptyGadgetWidget::EmptyGadgetWidget(QWidget *parent) : QLabel(parent) this-> setText(tr("Choose a gadget to display in this view.\n") + tr("You can also split this view in two.\n\n") + - tr("Once you are done, choose Hide Toolbars in the Window menu.")); + tr("Maybe you first have to choose Show Toolbars in the Window menu.")); } EmptyGadgetWidget::~EmptyGadgetWidget()