Commit cc71c7c6 authored by Edward Wang's avatar Edward Wang Committed by Jean-Baptiste Kempf

Qt4: replace awkward word 'keep-pressed'

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7c093d51
...@@ -122,8 +122,8 @@ static const char* const nameL[BUTTON_MAX] = { N_("Play"), N_("Stop"), N_("Open" ...@@ -122,8 +122,8 @@ static const char* const nameL[BUTTON_MAX] = { N_("Play"), N_("Stop"), N_("Open"
}; };
static const char* const tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP, static const char* const tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP,
N_("Stop playback"), N_("Open a medium"), N_("Stop playback"), N_("Open a medium"),
N_("Previous media in the playlist, skip backward when keep-pressed"), N_("Previous media in the playlist, skip backward when held"),
N_("Next media in the playlist, skip forward when keep-pressed"), N_("Slower"), N_("Faster"), N_("Next media in the playlist, skip forward when held"), N_("Slower"), N_("Faster"),
N_("Toggle the video in fullscreen"), N_("Toggle the video out fullscreen"), N_("Toggle the video in fullscreen"), N_("Toggle the video out fullscreen"),
N_("Show extended settings" ), N_( "Toggle playlist" ), N_("Show extended settings" ), N_( "Toggle playlist" ),
N_( "Take a snapshot" ), N_( "Record" ), N_( "Take a snapshot" ), N_( "Record" ),
......
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