From 45b30999962b2a71b295794698ee5d2301806222 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 29 Sep 2021 23:25:09 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index ec9e7b8..d9fa559 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -4993,7 +4993,7 @@ namespace AyaNova.PlugIn.V8 //MAKE A DUPLICATE (probable source locale here in v7 that matches Raven is duped in Raven as basis for updating with custom v7 translations) //i.e. if we guess german is the v7 source of the customized locale then migrate it to the Raven german translation ensuring the best language for the user var exportName = GetUniqueName(i.Locale + " (" + ProbableSourceLocale + ")"); - progress.Append("ACTION REQUIRED: migrating a custom locale '" + i.Locale + "' to v8 as '"+exportName+"'. We do not recommend using that locale, see the Migration guide 'Localized Text' section for guidance."); + progress.Append("ACTION REQUIRED: migrating a custom locale '" + i.Locale + "' to v8 as '"+exportName+"'. We do not recommend using migrated locales, see the Migration guide 'Localized Text' section for guidance."); progress.SubOp("Is custom and closest match to " + ProbableSourceLocale); progress.Op("Exporting " + i.Locale + " to " + exportName);