mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Translated effect name and description in many places in Effect.cpp...
... including titles of dialogs, messages, About sub-menu of the Manage button, long-form names of Undo items (in history view), message for why command is not allowed when there is no selection Also one place in Effect Rack code but it's commented out
This commit is contained in:
@@ -892,7 +892,8 @@ wxString AudioUnitEffect::GetVersion()
|
||||
|
||||
wxString AudioUnitEffect::GetDescription()
|
||||
{
|
||||
return wxT("N/A");
|
||||
/* i18n-hint: Can mean "not available," "not applicable," "no answer" */
|
||||
return XO("n/a");
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user