]> git.sesse.net Git - vlc/commitdiff
macosx: improve string for native fullscreen mode
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 2 Mar 2013 12:15:21 +0000 (13:15 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 2 Mar 2013 22:09:39 +0000 (23:09 +0100)
The majority of all supported OS versions already support this setting,
so this should be just fine.

modules/gui/macosx/simple_prefs.m

index eb93afc68ba7a5d0cb9e0a46092e76418f0f79e6..daeae18895697e4cb2d4e0dce7008d901ae0747e 100644 (file)
@@ -221,7 +221,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
     [o_intf_style_bright_bcell setTitle: _NS("Bright")];
     [o_intf_art_txt setStringValue: _NS("Album art download policy")];
     [o_intf_embedded_ckb setTitle: _NS("Show video within the main window")];
-    [o_intf_nativefullscreen_ckb setTitle: _NS("Use the native fullscreen mode on OS X Lion")];
+    [o_intf_nativefullscreen_ckb setTitle: _NS("Use the native fullscreen mode")];
     [o_intf_fspanel_ckb setTitle: _NS("Show Fullscreen Controller")];
     [o_intf_network_box setTitle: _NS("Privacy / Network Interaction")];
     [o_intf_appleremote_ckb setTitle: _NS("Control playback with the Apple Remote")];