From 72a939a9ece206003111fc0e771722b7dc4e3755 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 5 May 2015 07:49:14 +0000 Subject: fixed localization git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4913 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/actionmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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", ""); -- cgit v1.2.3-13-gbd6f