vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Jan 29 18:23:22 2012 +0100| [9403ca5824c1e403a2a2b3b1c3b545dce1f235ad] | committer: Jean-Baptiste Kempf
Qt: fix hovering text of the playlist button. Close #5948 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9403ca5824c1e403a2a2b3b1c3b545dce1f235ad --- modules/gui/qt4/components/controller.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp index 819946d..b512c9b 100644 --- a/modules/gui/qt4/components/controller.hpp +++ b/modules/gui/qt4/components/controller.hpp @@ -124,7 +124,7 @@ static const char* const tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP, N_("Previous media in the playlist, skip backward when keep-pressed"), N_("Next media in the playlist, skip forward when keep-pressed"), N_("Slower"), N_("Faster"), N_("Toggle the video in fullscreen"), N_("Toggle the video out fullscreen"), - N_("Show extended settings" ), N_( "Show playlist" ), + N_("Show extended settings" ), N_( "Toggle playlist" ), N_( "Take a snapshot" ), N_( "Record" ), N_( "Loop from point A to point B continuously." ), N_("Frame by frame"), N_("Reverse"), N_("Step backward"), N_("Step forward"), N_("Quit"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
