qv4l2: clarified two strings
authorAnton Arbring <aarbring@cisco.com>
Thu, 3 Jul 2014 07:30:44 +0000 (09:30 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Thu, 3 Jul 2014 12:30:49 +0000 (14:30 +0200)
Signed-off-by: Anton Arbring <aarbring@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/qv4l2.cpp

index 6e6ca9c..ee1655a 100644 (file)
@@ -108,7 +108,7 @@ ApplicationWindow::ApplicationWindow() :
        m_showFramesAct->setCheckable(true);
        m_showFramesAct->setChecked(true);
 
-       QAction *closeAct = new QAction(QIcon(":/fileclose.png"), "&Close", this);
+       QAction *closeAct = new QAction(QIcon(":/fileclose.png"), "&Close Device", this);
        closeAct->setStatusTip("Close");
        closeAct->setShortcut(Qt::CTRL+Qt::Key_W);
        connect(closeAct, SIGNAL(triggered()), this, SLOT(closeDevice()));
@@ -242,7 +242,7 @@ void ApplicationWindow::setDevice(const QString &device, bool rawOpen)
        connect(m_genTab, SIGNAL(cropChanged()), this, SLOT(updateCropping()));
        connect(m_genTab, SIGNAL(colorspaceChanged()), this, SLOT(updateColorspace()));
        connect(m_genTab, SIGNAL(displayColorspaceChanged()), this, SLOT(updateDisplayColorspace()));
-       m_tabs->addTab(w, "General");
+       m_tabs->addTab(w, "General Settings");
        addTabs();
        if (caps() & (V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_CAPTURE)) {
                w = new QWidget(m_tabs);