Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private static string DenormalizeQuotationMarks(string usfm, ParallelCorpusAnaly
if (bestChapterStrategies.Any(s => s != QuotationMarkUpdateStrategy.Skip))
{
string quotationDenormalizationRemark =
"Quotation marks in the following chapters have been automatically denormalized after translation: "
"The quote style in the following chapters has been automatically adjusted to match the rest of the project: "
+ string.Join(
", ",
bestChapterStrategies
Expand Down