1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/empty Minor phrasing.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@362 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-03-21 17:30:26 +00:00 committed by ephy
parent 5d3996b953
commit 284d4feed2

View File

@ -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()