diff options
author | waker <wakeroid@gmail.com> | 2012-05-18 13:05:41 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-05-18 13:05:41 +0200 |
commit | c96c9014eea9d21b9d499ee9b63600a20a2d8bf4 (patch) | |
tree | f8bf970ed1a5f46fd84b1a8c3268b1e8949bf2ba /translation | |
parent | b2d16c9b51b80be4ae9e29d2a5766e2f690846f4 (diff) |
fixed few capital letters and other typos in GUI
Diffstat (limited to 'translation')
-rw-r--r-- | translation/extra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translation/extra.c b/translation/extra.c index 7a0ddb5d..a822143f 100644 --- a/translation/extra.c +++ b/translation/extra.c @@ -1,6 +1,6 @@ // this file should list extra translatable strings that are not referenced // directly in source code, e.g. scripted plugin configuration strings -_("Add Audio CD") +_("Add audio CD") _("Lookup on Last.fm") // ALSA output plugin _("Use ALSA resampling") @@ -91,7 +91,7 @@ _("File Extensions (separate with ';')") _("Convert") // Resampler (Secret Rabbit Code) _("Target Samplerate") -_("Quality / Algorythm") +_("Quality / Algorithm") _("Automatic Samplerate (overrides Target Samplerate)") // shellexecui // please note: do NOT translate the Edit/ part |