mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Typo
This commit is contained in:
parent
958c1d5883
commit
5afb199e66
@ -1071,7 +1071,7 @@ mmg_dialog::check_before_overwriting() {
|
|||||||
if (wxMessageBox(wxT("Splitting is active, and at least one of the "
|
if (wxMessageBox(wxT("Splitting is active, and at least one of the "
|
||||||
"potential output files '") +
|
"potential output files '") +
|
||||||
dir + name + wxT("*") +
|
dir + name + wxT("*") +
|
||||||
(file_name.HasExt() ? wxT("") : wxEmptyString) + ext +
|
(file_name.HasExt() ? wxT(".") : wxEmptyString) + ext +
|
||||||
wxT("' already exists. Do you want to overwrite them?"),
|
wxT("' already exists. Do you want to overwrite them?"),
|
||||||
wxT("Overwrite existing file(s)?"), wxYES_NO) != wxYES)
|
wxT("Overwrite existing file(s)?"), wxYES_NO) != wxYES)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user