]> git.sesse.net Git - vlc/commitdiff
* localise the 'Local playback' info-btn and the ckbox properly (no breakage of the...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Oct 2005 19:33:25 +0000 (19:33 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Oct 2005 19:33:25 +0000 (19:33 +0000)
modules/gui/macosx/wizard.m

index 9ba5ab175d0ae55e50de688b26a149bbbfcbac69..5974922b57f530d56c2a3406eecd530a3cb436da 100644 (file)
@@ -422,6 +422,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")];
@@ -429,6 +431,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. " \