]> git.sesse.net Git - vlc/commitdiff
macosx: sync option strings with 1.0-bugfix
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 17 Jul 2009 14:55:49 +0000 (16:55 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 17 Jul 2009 14:55:58 +0000 (16:55 +0200)
modules/gui/macosx/macosx.m
modules/gui/macosx/simple_prefs.m

index 013f244d07aa9ee4d4931b86d2a6328524f5073b..f1b654dd518d7145fcafb579b82fca81431e4098 100644 (file)
@@ -88,10 +88,10 @@ void CloseVideoGL ( vlc_object_t * );
 #define EQ_KEEP_LONGTEXT N_("By default, VLC keeps the last equalizer settings before " \
                             "termination. This feature can be disabled here.")
 
-#define USE_APPLE_REMOTE_TEXT N_("Allow playback control with the Apple Remote")
+#define USE_APPLE_REMOTE_TEXT N_("Control playback with the Apple Remote")
 #define USE_APPLE_REMOTE_LONGTEXT N_("By default, VLC can be remotely controlled with the Apple Remote.")
 
-#define USE_MEDIAKEYS_TEXT N_("Allow playback control with the media keys")
+#define USE_MEDIAKEYS_TEXT N_("Control playback with media keys")
 #define USE_MEDIAKEYS_LONGTEXT N_("By default, VLC can be controlled using the media keys on modern Apple " \
                                   "keyboards.")
 
index 701a4cd9db42e04cc9945ed0437fb2d50d398365..310fd161311611be4b4fd288bf168cedff3f30c3 100644 (file)
@@ -264,8 +264,8 @@ create_toolbar_item( NSString * o_itemIdent, NSString * o_name, NSString * o_des
     [o_intf_fspanel_ckb setTitle: _NS("Show Fullscreen Controller")];
     [o_intf_lang_txt setStringValue: _NS("Language")];
     [o_intf_network_box setTitle: _NS("Privacy / Network Interaction")];
-       [o_intf_appleremote_ckb setTitle: _NS("Allow playback control with the Apple Remote")];
-       [o_intf_mediakeys_ckb setTitle: _NS("Allow playback control with the media keys")];
+       [o_intf_appleremote_ckb setTitle: _NS("Control playback with the Apple Remote")];
+       [o_intf_mediakeys_ckb setTitle: _NS("Control playback with media keys")];
     
     /* Subtitles and OSD */
     [o_osd_encoding_txt setStringValue: _NS("Default Encoding")];