mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Untranslated from GetVendor; translated in effect info menu only
This commit is contained in:
parent
4617b0b1a8
commit
f6efacbda3
@ -3458,7 +3458,7 @@ void EffectUIHost::OnMenu(wxCommandEvent & WXUNUSED(evt))
|
|||||||
::wxGetTranslation( mEffect->GetFamilyName() )));
|
::wxGetTranslation( mEffect->GetFamilyName() )));
|
||||||
sub->Append(kDummyID, wxString::Format(_("Name: %s"), mEffect->GetTranslatedName()));
|
sub->Append(kDummyID, wxString::Format(_("Name: %s"), mEffect->GetTranslatedName()));
|
||||||
sub->Append(kDummyID, wxString::Format(_("Version: %s"), mEffect->GetVersion()));
|
sub->Append(kDummyID, wxString::Format(_("Version: %s"), mEffect->GetVersion()));
|
||||||
sub->Append(kDummyID, wxString::Format(_("Vendor: %s"), mEffect->GetVendor()));
|
sub->Append(kDummyID, wxString::Format(_("Vendor: %s"), GetCustomTranslation(mEffect->GetVendor())));
|
||||||
sub->Append(kDummyID, wxString::Format(_("Description: %s"), mEffect->GetDescription()));
|
sub->Append(kDummyID, wxString::Format(_("Description: %s"), mEffect->GetDescription()));
|
||||||
|
|
||||||
menu.Append(0, _("About"), sub.release());
|
menu.Append(0, _("About"), sub.release());
|
||||||
|
@ -215,7 +215,7 @@ wxString NyquistEffect::GetVendor()
|
|||||||
{
|
{
|
||||||
if (mIsPrompt)
|
if (mIsPrompt)
|
||||||
{
|
{
|
||||||
return _("Audacity");
|
return XO("Audacity");
|
||||||
}
|
}
|
||||||
|
|
||||||
return mAuthor;
|
return mAuthor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user