mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +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:
@@ -50,7 +50,7 @@ wxString EffectRepair::GetSymbol()
|
||||
|
||||
wxString EffectRepair::GetDescription()
|
||||
{
|
||||
return wxTRANSLATE("Sets the peak amplitude of a one or more tracks");
|
||||
return XO("Sets the peak amplitude of a one or more tracks");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
Reference in New Issue
Block a user