aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-05 07:49:14 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-05-05 07:49:14 +0000
commit72a939a9ece206003111fc0e771722b7dc4e3755 (patch)
tree9cdd96d261cc6f5ac2344e61af1ca03f64422612
parent6f94ce12e76ad5e6dc1b8b53423ce74226540ec8 (diff)
downloadqmmp-72a939a9ece206003111fc0e771722b7dc4e3755.tar.gz
qmmp-72a939a9ece206003111fc0e771722b7dc4e3755.tar.bz2
qmmp-72a939a9ece206003111fc0e771722b7dc4e3755.zip
fixed localization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4913 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/Ui/skinned/actionmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp
index 189f56954..dc262ebc0 100644
--- a/src/plugins/Ui/skinned/actionmanager.cpp
+++ b/src/plugins/Ui/skinned/actionmanager.cpp
@@ -89,8 +89,8 @@ ActionManager::ActionManager(QObject *parent) :
tr("Ctrl+PgUp"), "go-previous");
m_actions[PL_SHOW_MANAGER] = createAction(tr("&Show Playlists"), "show_playlists",
tr("P"), "view-list-details");
- m_actions[PL_GROUP_TRACKS] = createAction2(tr("&Group tracks"), "group_tracks", tr("Ctrl+G"));
- m_actions[PL_SHOW_HEADER] = createAction2(tr("&Show header"), "show_header", tr("Ctrl+H"));
+ m_actions[PL_GROUP_TRACKS] = createAction2(tr("&Group Tracks"), "group_tracks", tr("Ctrl+G"));
+ m_actions[PL_SHOW_HEADER] = createAction2(tr("&Show Playlist Header"), "show_header", tr("Ctrl+H"));
//other
m_actions[SETTINGS] = createAction(tr("&Settings"), "show_settings", tr("Ctrl+P"), "configure");
m_actions[ABOUT] = createAction(tr("&About"), "about", "");