From da3ae9e4ea4b7e9f14e600cfe01c0747811dad44 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 9 Dec 2008 23:06:09 +0100 Subject: [PATCH] [Qt] Fix tooltip texts -- this adds a translatable string --- modules/gui/qt4/components/controller.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.39.2