]> git.sesse.net Git - vlc/commitdiff
[Qt] Fix tooltip texts
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Tue, 9 Dec 2008 22:06:09 +0000 (23:06 +0100)
committerJean-Philippe Andre <jpeg@via.ecp.fr>
Tue, 9 Dec 2008 22:10:56 +0000 (23:10 +0100)
-- this adds a translatable string

modules/gui/qt4/components/controller.hpp

index 71a408a612477ef724ade515cc490a26fe30d6cd..f6d855379f1f5cac9584487ff16a9b901797ffe4 100644 (file)
@@ -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"),