Skip to content

Commit 2971632

Browse files
committed
Update remark for automatic quote style to match Scripture Forge
1 parent db5dbc6 commit 2971632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serval/src/Serval.Translation/Services/PretranslationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ private static string DenormalizeQuotationMarks(string usfm, ParallelCorpusAnaly
321321
if (bestChapterStrategies.Any(s => s != QuotationMarkUpdateStrategy.Skip))
322322
{
323323
string quotationDenormalizationRemark =
324-
"Quotation marks in the following chapters have been automatically denormalized after translation: "
324+
"The quote style in the following chapters has been automatically adjusted to match the rest of the project: "
325325
+ string.Join(
326326
", ",
327327
bestChapterStrategies

0 commit comments

Comments
 (0)