1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Fix some i18n-hint comments

This commit is contained in:
Paul Licameli 2019-04-07 20:29:56 -04:00
parent 21eaaeac99
commit bd6fbb45cc
4 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ PluginPath AudioUnitEffectsModule::GetPath()
ComponentInterfaceSymbol AudioUnitEffectsModule::GetSymbol() ComponentInterfaceSymbol AudioUnitEffectsModule::GetSymbol()
{ {
/* 18n-hint: Audio Unit is the name of an Apple audio software protocol */ /* i18n-hint: Audio Unit is the name of an Apple audio software protocol */
return XO("Audio Unit Effects"); return XO("Audio Unit Effects");
} }

View File

@ -28,7 +28,7 @@
#include "AUControl.h" #include "AUControl.h"
#define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0") #define AUDIOUNITEFFECTS_VERSION wxT("1.0.0.0")
/* 18n-hint: the name of an Apple audio software protocol */ /* i18n-hint: the name of an Apple audio software protocol */
#define AUDIOUNITEFFECTS_FAMILY \ #define AUDIOUNITEFFECTS_FAMILY \
EffectFamilySymbol{ wxT("AudioUnit"), XO("Audio Unit") } EffectFamilySymbol{ wxT("AudioUnit"), XO("Audio Unit") }
class AudioUnitEffect; class AudioUnitEffect;

View File

@ -118,7 +118,7 @@ PluginPath LadspaEffectsModule::GetPath()
ComponentInterfaceSymbol LadspaEffectsModule::GetSymbol() ComponentInterfaceSymbol LadspaEffectsModule::GetSymbol()
{ {
/* i8n-hint: abbreviates "Linux Audio Developer's Simple Plugin API" /* i18n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
(Application programming interface) (Application programming interface)
*/ */
return XO("LADSPA Effects"); return XO("LADSPA Effects");

View File

@ -26,7 +26,7 @@ class wxCheckBox;
#include "../../SampleFormat.h" #include "../../SampleFormat.h"
#define LADSPAEFFECTS_VERSION wxT("1.0.0.0") #define LADSPAEFFECTS_VERSION wxT("1.0.0.0")
/* i8n-hint: abbreviates "Linux Audio Developer's Simple Plugin API" /* i18n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
(Application programming interface) (Application programming interface)
*/ */
#define LADSPAEFFECTS_FAMILY XO("LADSPA") #define LADSPAEFFECTS_FAMILY XO("LADSPA")