[vlc-commits] macosx: reuse existing strings

David Fuhrmann git at videolan.org
Fri Feb 14 19:35:07 CET 2014


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Feb 14 19:34:36 2014 +0100| [92164492d8dcd4a636bed07563f009dbdaf01a7b] | committer: David Fuhrmann

macosx: reuse existing strings

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92164492d8dcd4a636bed07563f009dbdaf01a7b
---

 modules/gui/macosx/simple_prefs.m |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 2f7f92e..8eb67f2 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -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")];



More information about the vlc-commits mailing list