[vlc-devel] [PATCH] macosx: clarify window style option

David Fuhrmann david.fuhrmann at googlemail.com
Fri Jan 6 20:52:59 CET 2012


otherwise it makes no sense for a check box
---
 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")
-- 
1.7.5.4




More information about the vlc-devel mailing list