]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.m
* First string review of the OSX interface
[vlc] / modules / gui / macosx / controls.m
index ffecbac7691be84bf919d0a7be726f6797f87ee7..5fb81cb3e50a2d827afec73535347918703cff3c 100644 (file)
 
 - (void)awakeFromNib
 {
-    [o_specificTime_mi setTitle: _NS("Go To Position")];
+    [o_specificTime_mi setTitle: _NS("Jump To Time")];
     [o_specificTime_cancel_btn setTitle: _NS("Cancel")];
     [o_specificTime_ok_btn setTitle: _NS("OK")];
     [o_specificTime_sec_lbl setStringValue: _NS("sec.")];
-    [o_specificTime_goTo_lbl setStringValue: _NS("Go to specific position")];
+    [o_specificTime_goTo_lbl setStringValue: _NS("Jump to time")];
 }
 
 - (IBAction)play:(id)sender