mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Convert all wxTRANSLATE() to XO()
XO() can be used anywhere a string must be extracted for translation but not automatically translated at runtime.
This commit is contained in:
@@ -36,7 +36,7 @@ wxString EffectSilence::GetSymbol()
|
||||
|
||||
wxString EffectSilence::GetDescription()
|
||||
{
|
||||
return wxTRANSLATE("Creates audio of zero amplitude");
|
||||
return XO("Creates audio of zero amplitude");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
Reference in New Issue
Block a user