diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-13 19:08:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-13 19:08:25 +0000 |
| commit | a9a18075190c7b30842c4bea16825780eda8d747 (patch) | |
| tree | 2523d86b32c5fe8bf864c9030b1b33e355ae48ba /src/plugins/General/streambrowser | |
| parent | 9ec719290bb34462253f27cf77b0c893abc7e58d (diff) | |
| download | qmmp-a9a18075190c7b30842c4bea16825780eda8d747.tar.gz qmmp-a9a18075190c7b30842c4bea16825780eda8d747.tar.bz2 qmmp-a9a18075190c7b30842c4bea16825780eda8d747.zip | |
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
Diffstat (limited to 'src/plugins/General/streambrowser')
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
