mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Corrected a ; to a :
This commit is contained in:
parent
cd54a2728b
commit
6b21ebb1a7
@ -124,7 +124,7 @@ void LangChoiceDialog::OnOk(wxCommandEvent & event)
|
||||
|
||||
if (mLang.Left(2) != slang.Left(2)) {
|
||||
wxString msg;
|
||||
/* i18n-hint; The %s's are replaced by translated and untranslated
|
||||
/* i18n-hint: The %s's are replaced by translated and untranslated
|
||||
* versions of language names. */
|
||||
msg.Printf(_("The language you have chosen, %s (%s), is not the same as the system language, %s (%s)."),
|
||||
mLangNames[ndx].c_str(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user