1
0
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:
james.k.crook@gmail.com 2012-03-20 22:12:06 +00:00
parent cd54a2728b
commit 6b21ebb1a7

View File

@ -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(),