mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	Oops, missed _('SpikeCleaner...') in header file. Now changed to no longer appear in .pot files.
This commit is contained in:
		@@ -24,7 +24,7 @@ public:
 | 
			
		||||
   EffectSpikeCleaner();
 | 
			
		||||
 | 
			
		||||
   virtual wxString GetEffectName() {
 | 
			
		||||
      return wxString(_("Spike Cleaner..."));
 | 
			
		||||
      return wxString(_TRANSLATABLE("Spike Cleaner..."));
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
   virtual wxString GetEffectIdentifier() {
 | 
			
		||||
@@ -32,7 +32,7 @@ public:
 | 
			
		||||
   }
 | 
			
		||||
 | 
			
		||||
   virtual wxString GetEffectAction() {
 | 
			
		||||
      return wxString(_("Applying Spike Cleaner..."));
 | 
			
		||||
      return wxString(_TRANSLATABLE("Applying Spike Cleaner..."));
 | 
			
		||||
   }
 | 
			
		||||
   virtual bool Init();
 | 
			
		||||
   virtual bool CheckWhetherSkipEffect();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user