[vlc-devel] commit: [Qt] Fix tooltip texts (Jean-Philippe Andre )
git version control
git at videolan.org
Tue Dec 9 23:09:57 CET 2008
vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Tue Dec 9 23:06:09 2008 +0100| [da3ae9e4ea4b7e9f14e600cfe01c0747811dad44] | committer: Jean-Philippe Andre
[Qt] Fix tooltip texts
-- this adds a translatable string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da3ae9e4ea4b7e9f14e600cfe01c0747811dad44
---
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 71a408a..f6d8553 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"),
More information about the vlc-devel
mailing list