vlc | branch: master | Edward Wang <[email protected]> | Fri Mar 15 12:47:50 2013 -0400| [cc71c7c6ad0b5276831dd39519c1e426008d2e02] | committer: Jean-Baptiste Kempf
Qt4: replace awkward word 'keep-pressed' Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc71c7c6ad0b5276831dd39519c1e426008d2e02 --- modules/gui/qt4/components/controller.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp index 1df8703..868d8a9 100644 --- a/modules/gui/qt4/components/controller.hpp +++ b/modules/gui/qt4/components/controller.hpp @@ -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, N_("Stop playback"), N_("Open a medium"), - N_("Previous media in the playlist, skip backward when keep-pressed"), - N_("Next media in the playlist, skip forward when keep-pressed"), N_("Slower"), N_("Faster"), + N_("Previous media in the playlist, skip backward when held"), + 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_("Show extended settings" ), N_( "Toggle playlist" ), N_( "Take a snapshot" ), N_( "Record" ), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
