1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +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

View File

@ -757,7 +757,7 @@ void Effect::ImportPresets()
{
Effect::MessageBox(
/* 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()));
}
return;