[vlc-commits] macosx: improve tooltip for macosx-control-itunes option
David Fuhrmann
git at videolan.org
Sun Feb 16 19:35:12 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Feb 16 19:15:27 2014 +0100| [c15054989cd357ee750469c1b948eca182c33aa8] | committer: David Fuhrmann
macosx: improve tooltip for macosx-control-itunes option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c15054989cd357ee750469c1b948eca182c33aa8
---
modules/gui/macosx/macosx.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index 8944d21..2420f72 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -122,7 +122,7 @@ void WindowClose (vout_window_t *);
#define SIDEBAR_LONGTEXT N_("Shows a sidebar in the main window listing media sources.")
#define ITUNES_TEXT N_("Control external music players")
-#define ITUNES_LONGTEXT N_("When a video starts playing, VLC will pause supported music players. If selected, external player will be resumed again when playback is finished.")
+#define ITUNES_LONGTEXT N_("VLC will pause and resume supported music players on playback.")
static const int itunes_list[] =
{ 0, 1, 2 };
More information about the vlc-commits
mailing list