From: APTX Date: Tue, 4 Jun 2013 01:45:41 +0000 (+0200) Subject: Clarify Request Data label in MyList view context menu. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=eb9fa5ea742165a1bb850b25b31739f33fceea64;p=localmylist.git Clarify Request Data label in MyList view context menu. --- diff --git a/localmylist-management/mylistview.cpp b/localmylist-management/mylistview.cpp index a9df2c6..4c3305f 100644 --- a/localmylist-management/mylistview.cpp +++ b/localmylist-management/mylistview.cpp @@ -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()));