Remove unnecessary call to Translation

This commit is contained in:
Paul Licameli 2020-05-06 13:50:27 -04:00
parent ce9f25bafe
commit 8cc9bd9b57
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void LangChoiceDialog::OnOk(wxCommandEvent & WXUNUSED(event))
/* i18n-hint: The %s's are replaced by translated and untranslated
* versions of language names. */
auto msg = XO("The language you have chosen, %s (%s), is not the same as the system language, %s (%s).")
.Format(mLangNames[ndx].Translation(),
.Format(mLangNames[ndx],
mLang,
sname,
slang);