Commit 99609eba authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed 2 minor, but nasty typos and converted wizard.nib back to its binary format

parent b5358a3c
......@@ -18,7 +18,5 @@
</array>
<key>IBSystem Version</key>
<string>8L127</string>
<key>IBUsesTextArchiving</key>
<true/>
</dict>
</plist>
......@@ -445,7 +445,7 @@ static VLCWizard *_o_sharedInstance = nil;
[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")];
[o_t6_ckb_soverlay setTitle: _NS("Add Subtitles to transcoded video")];
[o_t6_ckb_soverlay setTitle: _NS("Add subtitles to transcoded video")];
/* page seven ("Transcode 2") */
[o_t7_title setStringValue: _NS("Additional transcode options")];
......@@ -454,7 +454,7 @@ static VLCWizard *_o_sharedInstance = nil;
[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_ckb_soverlay setTitle: _NS("Add Subtitles to transcoded video")];
[o_t7_ckb_soverlay setTitle: _NS("Add subtitles to transcoded video")];
[o_t7_ckb_soverlay setToolTip: _NS("Adds available subtitles directly to " \
"the video. These cannot be disabled " \
"by the receiving user as they become " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment