mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
A few more missed translations...
"seconds" and "Output" are translated elsewhere, so just add _
New string _("%") will simply go through untranslated for now but can be in next
version's audacity.pot
This commit is contained in:
@@ -242,7 +242,7 @@ void EffectBassTreble::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
S.StartStatic("Output");
|
||||
S.StartStatic(_("Output"));
|
||||
{
|
||||
S.StartMultiColumn(3, wxEXPAND);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user