vlc | branch: master | David Fuhrmann <[email protected]> | Fri Jan 6 20:52:59 2012 +0100| [47ba7e37a7739fe9d7a6a6c68d4d566610b821a8] | committer: Felix Paul Kühne
macosx: clarify window style option otherwise it makes no sense for a check box Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47ba7e37a7739fe9d7a6a6c68d4d566610b821a8 --- modules/gui/macosx/macosx.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m index c32c929..ff8b9ed 100644 --- a/modules/gui/macosx/macosx.m +++ b/modules/gui/macosx/macosx.m @@ -84,7 +84,7 @@ void WindowClose ( vout_window_t * ); #define USE_MEDIAKEYS_LONGTEXT N_("By default, VLC can be controlled using the media keys on modern Apple " \ "keyboards.") -#define INTERFACE_STYLE_TEXT N_("Run VLC with dark or bright interface style") +#define INTERFACE_STYLE_TEXT N_("Run VLC with dark interface style") #define INTERFACE_STYLE_LONGTEXT N_("By default, VLC will use the dark interface style.") #define NATIVE_FULLSCREEN_MODE_ON_LION_TEXT N_("Use the native fullscreen mode on OS X Lion") _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
