Skip to content

Commit

Permalink
Merge pull request #593 from kgar/en-us-ccss-migration-wording-update
Browse files Browse the repository at this point in the history
CCSS Migration wording update
  • Loading branch information
kgar authored May 19, 2024
2 parents 0dbc196 + 3ac03b0 commit 2d0a741
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@
"ccss": "CCSS",
"section": "Section",
"explanation1": "Tidy 5e now natively supports custom sections and provides additional features around custom sections. This migration will copy Custom Character Sheet Sections (CCSS) section names into Tidy's section setup.",
"explanation2": "{boldStart}Note{boldEnd}: CCSS takes priority with custom sectioning. To disable CCSS for an item, be sure to use the option to delete affected flags, or manually clear the CCSS custom section value.",
"overwrite": "Overwrite",
"overwriteTooltip": "Enable to overwrite existing Tidy section flag. If unchecked, only empty Tidy flags will receive migrated CCSS data.",
"deleteFlags": "Delete Affected CCSS Flags",
Expand Down
6 changes: 0 additions & 6 deletions src/applications/migrations/v3/CcssToTidyMigration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@
</h2>
<div class="callout-banner">
<p>{localize('TIDY5E.Settings.Migrations.CcssToTidy.explanation1')}</p>
<p>
{@html localize('TIDY5E.Settings.Migrations.CcssToTidy.explanation2', {
boldStart: '<strong>',
boldEnd: '</strong>',
})}
</p>
</div>
<p>{localize('TIDY5E.Settings.Migrations.UnlinkedExplanation')}</p>
<h3>{localize('TIDY5E.Settings.Migrations.OptionsHeader')}</h3>
Expand Down

0 comments on commit 2d0a741

Please sign in to comment.