From ffc1ef2de08b8ca959ec24ed7c5a570e4f7b45b3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 May 2015 11:24:58 +0000 Subject: skinned: improved localization git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4996 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/actionmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Ui') diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp index c151c9ce8..b92866afe 100644 --- a/src/plugins/Ui/skinned/actionmanager.cpp +++ b/src/plugins/Ui/skinned/actionmanager.cpp @@ -91,7 +91,7 @@ ActionManager::ActionManager(QObject *parent) : 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 Playlist Header"), "show_header", tr("Ctrl+H")); + m_actions[PL_SHOW_HEADER] = createAction2(tr("&Show Column Headers"), "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