]> Some of my projects - localmylist.git/commitdiff
Clarify Request Data label in MyList view context menu.
authorAPTX <marek321@gmail.com>
Tue, 4 Jun 2013 01:45:41 +0000 (03:45 +0200)
committerAPTX <marek321@gmail.com>
Tue, 4 Jun 2013 01:45:41 +0000 (03:45 +0200)
localmylist-management/mylistview.cpp

index a9df2c60fbfbfed8ad3a6697d4a4c3a65a04bde4..4c3305f371616d2a11e9e0ccc9c92b91f18893cb 100644 (file)
@@ -36,7 +36,7 @@ MyListView::MyListView(QWidget *parent) :
        connect(renameFilesAction, SIGNAL(triggered()), this, SLOT(requestFileRename()));
        renameTestAction = new QAction(tr("Use For Rename Testing"), this);
        connect(renameTestAction, SIGNAL(triggered()), this, SLOT(renameTest()));
-       requestDataAction = new QAction(tr("Request Data"), this);
+       requestDataAction = new QAction(tr("Request Data for this Entry"), this);
        connect(requestDataAction, SIGNAL(triggered()), this, SLOT(requestData()));
        removeFileLocationAction = new QAction(tr("Remove this File Location"), this);
        connect(removeFileLocationAction, SIGNAL(triggered()), this, SLOT(removeFileLocation()));