From 74d1fa97f5b8744ae3cd9545bf451a12462b0cee Mon Sep 17 00:00:00 2001 From: matlabbe Date: Wed, 29 Aug 2012 19:25:49 +0000 Subject: [PATCH] Minor text change... git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@113 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 97d10aa0..2e66c9f0 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -83,7 +83,7 @@ MainWindow::MainWindow(Camera * camera, QWidget * parent) : connect(ui_->toolBox, SIGNAL(parametersChanged(const QStringList &)), this, SLOT(notifyParametersChanged(const QStringList &))); ui_->imageView_source->setGraphicsViewMode(false); - ui_->imageView_source->setTextLabel(tr("Press \"space\" to start camera...")); + ui_->imageView_source->setTextLabel(tr("Press \"space\" to start the camera...")); ui_->imageView_source->setMirrorView(Settings::getGeneral_mirrorView()); connect((QCheckBox*)ui_->toolBox->getParameterWidget(Settings::kGeneral_mirrorView()), SIGNAL(stateChanged(int)),