]> git.sesse.net Git - vlc/commitdiff
macosx: reuse existing strings
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 14 Feb 2014 18:34:36 +0000 (19:34 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 14 Feb 2014 18:35:08 +0000 (19:35 +0100)
modules/gui/macosx/simple_prefs.m

index 2f7f92eba2b491b4f06953b02b26243f805b1b28..8eb67f20a553cc296916c6ed4bacad98ca975648 100644 (file)
@@ -371,7 +371,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
     [o_intf_pauseminimized_ckb setTitle: _NS("Pause the video playback when minimized")];
     [o_intf_luahttp_box setTitle:_NS("Lua HTTP")];
     [o_intf_luahttppwd_lbl setStringValue:_NS("Password")];
-    [o_intf_pauseitunes_lbl setStringValue:_NS("Control iTunes during playback")];
+    [o_intf_pauseitunes_lbl setStringValue:_NS("Pause iTunes during VLC playback")];
 
     /* Subtitles and OSD */
     [o_osd_encoding_txt setStringValue: _NS("Default Encoding")];
@@ -396,7 +396,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
     [o_video_enable_ckb setTitle: _NS("Enable video")];
     [o_video_fullscreen_ckb setTitle: _NS("Fullscreen")];
     [o_video_videodeco_ckb setTitle: _NS("Window decorations")];
-    [o_video_onTop_ckb setTitle: _NS("Always on top")];
+    [o_video_onTop_ckb setTitle: _NS("Float on Top")];
     [o_video_output_txt setStringValue: _NS("Output module")];
     [o_video_skipFrames_ckb setTitle: _NS("Skip frames")];
     [o_video_snap_box setTitle: _NS("Video snapshots")];