]> git.sesse.net Git - vlc/commitdiff
* forwardport [13037]
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Oct 2005 19:35:10 +0000 (19:35 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Oct 2005 19:35:10 +0000 (19:35 +0000)
modules/gui/macosx/wizard.m

index b9d9e7aefd2c2e0fa060d02ef79061ebaacbfb33..43eb0acb2bbec42f246960b72d21da5a3140a9b9 100644 (file)
@@ -426,6 +426,8 @@ static VLCWizard *_o_sharedInstance = nil;
     [o_t6_btn_mrInfo_ttl setTitle: _NS("More Info")];
     [o_t6_ckb_sap setTitle: _NS("SAP Announce")];
     [o_t6_btn_mrInfo_sap setTitle: _NS("More Info")];
+    [o_t6_ckb_local setTitle: _NS("Local playback")];
+    [o_t6_btn_mrInfo_local setTitle: _NS("More Info")];
 
     /* page seven ("Transcode 2") */
     [o_t7_title setStringValue: _NS("Additional transcode options")];
@@ -433,6 +435,8 @@ static VLCWizard *_o_sharedInstance = nil;
                               "additional parameters for your transcoding.")];
     [o_t7_txt_saveFileTo setStringValue: _NS("Select the file to save to")];
     [o_t7_btn_chooseFile setTitle: _NS("Choose...")];
+    [o_t7_ckb_local setTitle: _NS("Local playback")];
+    [o_t7_btn_mrInfo_local setTitle: _NS("More Info")];
 
     /* page eight ("Summary") */
     [o_t8_txt_text setStringValue: _NS("This page lists all your selections. " \