mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Disambiguate "Silence"
This commit is contained in:
parent
782ef138e0
commit
1bce7c1979
@ -24,7 +24,8 @@
|
||||
#include "../widgets/NumericTextCtrl.h"
|
||||
|
||||
const ComponentInterfaceSymbol EffectSilence::Symbol
|
||||
{ XO("Silence") };
|
||||
/* i18n-hint: noun */
|
||||
{ XC("Silence", "generator") };
|
||||
|
||||
namespace{ BuiltinEffectsModule::Registration< EffectSilence > reg; }
|
||||
|
||||
|
@ -747,7 +747,8 @@ void OnSilence(const CommandContext &context)
|
||||
ProjectHistory::Get( project ).PushState(
|
||||
XO("Silenced selected tracks for %.2f seconds at %.2f")
|
||||
.Format( selectedRegion.duration(), selectedRegion.t0() ),
|
||||
XO("Silence"));
|
||||
/* i18n-hint: verb */
|
||||
XC("Silence", "command"));
|
||||
}
|
||||
|
||||
void OnTrim(const CommandContext &context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user