Commit da3ae9e4 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

[Qt] Fix tooltip texts

-- this adds a translatable string
parent 1cfd42cb
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment