aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-13 19:15:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-13 19:15:31 +0000
commit02c7d7e6393420c400750f8cf40013a26af0807f (patch)
tree1a4d96bdb5436e822c01e0f6bd3a42363894f623 /src/plugins
parenta9a18075190c7b30842c4bea16825780eda8d747 (diff)
downloadqmmp-02c7d7e6393420c400750f8cf40013a26af0807f.tar.gz
qmmp-02c7d7e6393420c400750f8cf40013a26af0807f.tar.bz2
qmmp-02c7d7e6393420c400750f8cf40013a26af0807f.zip
fixed action name
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8507 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/General/streambrowser/streambrowser.cpp2
1 files changed, 1 insertions, 1 deletions
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);