From a9a18075190c7b30842c4bea16825780eda8d747 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 13 Dec 2018 19:08:25 +0000 Subject: stream browser: renamed menu action git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8504 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streambrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/streambrowser/streambrowser.cpp') diff --git a/src/plugins/General/streambrowser/streambrowser.cpp b/src/plugins/General/streambrowser/streambrowser.cpp index 87cb86b69..a064c99af 100644 --- a/src/plugins/General/streambrowser/streambrowser.cpp +++ b/src/plugins/General/streambrowser/streambrowser.cpp @@ -30,7 +30,7 @@ StreamBrowser::StreamBrowser(QObject *parent) : QObject(parent) { - m_action = new QAction(tr("Stream Browser"), this); + m_action = new QAction(tr("Add stream"), this); m_action->setIcon(QIcon::fromTheme("applications-internet")); m_action->setShortcut(tr("Ctrl+U")); UiHelper::instance()->addAction(m_action, UiHelper::ADD_MENU); -- cgit v1.2.3-13-gbd6f