vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Dec 28 21:26:16 2012 +0100| [9b14e5233334b9291ab0b5dd40cff23b2eff7c75] | committer: Felix Paul Kühne
macosx/CAS: Rename 'Convert & Save' to 'Convert and Stream' > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b14e5233334b9291ab0b5dd40cff23b2eff7c75 --- modules/gui/macosx/ConvertAndSave.m | 4 ++-- modules/gui/macosx/MainMenu.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/macosx/ConvertAndSave.m b/modules/gui/macosx/ConvertAndSave.m index d884e0a..daaed2b 100644 --- a/modules/gui/macosx/ConvertAndSave.m +++ b/modules/gui/macosx/ConvertAndSave.m @@ -146,8 +146,8 @@ static VLCConvertAndSave *_o_sharedInstance = nil; - (void)awakeFromNib { - [_window setTitle: _NS("Convert & Save")]; - [_ok_btn setTitle: _NS("Save")]; + [_window setTitle: _NS("Convert & Stream")]; + [_ok_btn setTitle: _NS("Go!")]; [_drop_lbl setStringValue: _NS("Drop media here")]; [_drop_btn setTitle: _NS("Open media...")]; [_profile_lbl setStringValue: _NS("Choose Profile")]; diff --git a/modules/gui/macosx/MainMenu.m b/modules/gui/macosx/MainMenu.m index 02e77d3..13d644f 100644 --- a/modules/gui/macosx/MainMenu.m +++ b/modules/gui/macosx/MainMenu.m @@ -288,7 +288,7 @@ static VLCMainMenu *_o_sharedInstance = nil; [o_mi_open_capture setTitle: _NS("Open Capture Device...")]; [o_mi_open_recent setTitle: _NS("Open Recent")]; [o_mi_open_wizard setTitle: _NS("Streaming/Exporting Wizard...")]; - [o_mi_convertandsave setTitle: _NS("Convert / Save...")]; + [o_mi_convertandsave setTitle: _NS("Convert / Stream...")]; [o_mu_edit setTitle: _NS("Edit")]; [o_mi_cut setTitle: _NS("Cut")]; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
