1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Remove some double space

This commit is contained in:
scootergrisen
2018-01-17 15:50:15 +01:00
committed by James Crook
parent 218eb67316
commit b4f7946e9b
14 changed files with 16 additions and 16 deletions

View File

@@ -1179,7 +1179,7 @@ void ThemeBase::SaveComponents()
auto result =
AudacityMessageBox(
wxString::Format(
_("Some required files in:\n %s\nwere already present. Overwrite?"),
_("Some required files in:\n %s\nwere already present. Overwrite?"),
FileNames::ThemeComponentsDir()),
AudacityMessageBoxCaptionStr(),
wxYES_NO | wxNO_DEFAULT);