From: Jean-Philippe Andre Date: Tue, 9 Dec 2008 22:06:09 +0000 (+0100) Subject: [Qt] Fix tooltip texts X-Git-Tag: 1.0.0-pre1~1864 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=da3ae9e4ea4b7e9f14e600cfe01c0747811dad44;p=vlc [Qt] Fix tooltip texts -- this adds a translatable string --- diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp index 71a408a612..f6d855379f 100644 --- a/modules/gui/qt4/components/controller.hpp +++ b/modules/gui/qt4/components/controller.hpp @@ -99,7 +99,7 @@ static const QString nameL[BUTTON_MAX] = { "Play", "Stop", "Open", "Extended panel", "Playlist", "Snapshot", "Record", "A->B Loop", "Frame By Frame", "Reverse" }; static const QString tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP, - _("Stop playback"), + _("Stop playback"), _("Open a media"), _("Previous media in the playlist"), _("Next media in the playlist"), _("Slower"), _("Faster"), _("Toggle the video in fullscreen"), _("Toggle the video out fullscreen"),