[vlc-commits] macosx: clarify window style option
David Fuhrmann
git at videolan.org
Fri Jan 6 21:45:34 CET 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | 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 <fkuehne at videolan.org>
> 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")
More information about the vlc-commits
mailing list