mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
Bug 2326 - Wording improvement (as requested).
This commit is contained in:
@@ -750,14 +750,14 @@ 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: Was not a valid presets file.\n")
|
XO("%s: is not a valid presets file.\n")
|
||||||
.Format(path.GetFullName()));
|
.Format(path.GetFullName()));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
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: Was not for this effect.\n")
|
XO("%s: is not for this effect.\n")
|
||||||
.Format(path.GetFullName()));
|
.Format(path.GetFullName()));
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user