diff options
Diffstat (limited to 'src/lib/Settings/Categories')
| -rw-r--r-- | src/lib/Settings/Categories/Calculation.svelte | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Settings/Categories/Calculation.svelte b/src/lib/Settings/Categories/Calculation.svelte index d6a50653..7019894b 100644 --- a/src/lib/Settings/Categories/Calculation.svelte +++ b/src/lib/Settings/Categories/Calculation.svelte @@ -10,7 +10,7 @@ text="Round down chapters (recommended)" > <SettingHint lineBreak> - Round chapters down to the nearest whole number. (e.g., 50/50.6 would <b>not</b> be due) + Round chapters down to the nearest whole number (e.g., 50/50.6 would <b>not</b> be due) </SettingHint> </SettingCheckboxToggle> @@ -22,10 +22,10 @@ > <SettingHint lineBreak> Out-of-date volume warnings display an alert when there is a mismatch between the chapter - progress and number of volumes you have completed for a given title. + progress and number of volumes you have logged for a given title. <br /> - For example, an alert would be shown if you have tracked a manga up to Vol. 5 Ch. 50, but only have - 3 volumes saved when you should have 4. + For example, an alert would be shown if you have tracked a manga up to Ch. 50 (Vol. 5), but have + less than 4 volumes logged. <br /> |