chore(stats): reword duplicates popup

This commit is contained in:
2026-08-15 21:31:39 -07:00
parent 2174e689a2
commit 297aa382c6
@@ -98,10 +98,10 @@ export function DuplicateLineCleanup({ onClose, onCleaned }: DuplicateLineCleanu
<div className="space-y-4 px-5 py-4"> <div className="space-y-4 px-5 py-4">
<p className="text-xs leading-relaxed text-ctp-subtext0"> <p className="text-xs leading-relaxed text-ctp-subtext0">
Typeset subtitles karaoke openings, animated signs are authored as one event per Karaoke openings and animated signs are typeset as one subtitle event per animation
animation frame, and older versions counted every frame as its own line. This finds frame, and older versions counted every frame as a line. This collapses those runs back
those runs and collapses each one back to a single line, giving back the word and kanji to one line and drops the word and kanji counts they added. Repeated dialogue is left
counts they inflated. Ordinary repeated dialogue is left alone. alone.
</p> </p>
<div> <div>
@@ -192,8 +192,8 @@ export function DuplicateLineCleanup({ onClose, onCleaned }: DuplicateLineCleanu
</button> </button>
</div> </div>
<p className="text-[11px] text-ctp-overlay1"> <p className="text-[11px] text-ctp-overlay1">
Scan first: cleanup removes rows and cannot be undone. Session watch time and lines-seen Scan first: cleanup deletes rows and can't be undone. Watch time and lines-seen totals
totals are left untouched. stay as they are.
</p> </p>
</div> </div>
</div> </div>