1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +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()
{
/* 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");
}

View File

@ -28,7 +28,7 @@
#include "AUControl.h"
#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 \
EffectFamilySymbol{ wxT("AudioUnit"), XO("Audio Unit") }
class AudioUnitEffect;

View File

@ -118,7 +118,7 @@ PluginPath LadspaEffectsModule::GetPath()
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)
*/
return XO("LADSPA Effects");

View File

@ -26,7 +26,7 @@ class wxCheckBox;
#include "../../SampleFormat.h"
#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)
*/
#define LADSPAEFFECTS_FAMILY XO("LADSPA")