Change label of setting to always use SSIV in long strip reader (#1834)

This commit is contained in:
AntsyLich
2025-03-07 19:03:52 +06:00
committed by GitHub
parent d3691cc256
commit 85d168ed5e
3 changed files with 3 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ object SettingsAdvancedScreen : SearchableSettings {
),
Preference.PreferenceItem.SwitchPreference(
preference = basePreferences.alwaysDecodeLongStripWithSSIV(),
title = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv),
title = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv_2),
subtitle = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv_summary),
),
Preference.PreferenceItem.TextPreference(