Spelling.

This commit is contained in:
Moritz Bunkus 2005-07-19 07:43:19 +00:00
parent 8d72574b9f
commit f3bfcd091d
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ wxString cli_options[][2] = {
"will use a value of 1000000 which means that timecodes and "
"durations will have a precision of 1ms. For files that will not "
"contain a video track but at least one audio track mkvmerge "
"will automatically chose a timecode scale factor so that all "
"will automatically choose a timecode scale factor so that all "
"timecodes and durations have a precision of one sample. This "
"causes bigger overhead but allows precise seeking and extraction. "
"If the magical value -1 is used then mkvmerge will use sample "
@ -1150,7 +1150,7 @@ mmg_dialog::muxing_has_finished() {
void
mmg_dialog::on_help(wxCommandEvent &evt) {
if (help == NULL) {
wxDirDialog dlg(this, wxT("Chose the location of the mkvmerge GUI "
wxDirDialog dlg(this, wxT("Chosoe the location of the mkvmerge GUI "
"help files"));
wxString help_path;
wxConfigBase *cfg;

View File

@ -713,7 +713,7 @@ tab_input::select_file(bool append) {
a_exts.c_str(), rest.c_str(), wxT(ALLFILES));
wxFileDialog dlg(NULL,
append ? wxT("Choose an input file to append") :
wxT("Chose an input file to add"),
wxT("Choose an input file to add"),
last_open_dir, wxT(""), media_files, wxOPEN | wxMULTIPLE);
if(dlg.ShowModal() == wxID_OK) {