1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-22 07:28:03 +02:00

Bug 2326 - Further wording tweaks.

This commit is contained in:
James Crook 2020-02-25 11:41:36 +00:00
parent d70365ba2b
commit 3653af42fc

@ -757,7 +757,7 @@ void Effect::ImportPresets()
{ {
Effect::MessageBox( Effect::MessageBox(
/* i18n-hint %s will be replaced by a file name */ /* i18n-hint %s will be replaced by a file name */
XO("%s: is not for this effect.\n") XO("%s: is for a different Effect, Generator or Analyzer.\n")
.Format(path.GetFullName())); .Format(path.GetFullName()));
} }
return; return;