From 02c7d7e6393420c400750f8cf40013a26af0807f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 13 Dec 2018 19:15:31 +0000 Subject: fixed action name git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8507 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streambrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/General/streambrowser/streambrowser.cpp b/src/plugins/General/streambrowser/streambrowser.cpp index a064c99af..44f473482 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("Add stream"), 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