Reword download cache/indexing strings for consistency

(cherry picked from commit 6fc1f4fc21cc45f99e4faee52702abd4def4c2ae)

# Conflicts:
#	i18n/src/main/res/values/strings.xml
This commit is contained in:
arkon 2022-11-11 15:01:06 -05:00 committed by Jobobby04
parent 584bf7dc13
commit 72f7b98742
2 changed files with 1 additions and 2 deletions

View File

@ -251,7 +251,6 @@ class SettingsAdvancedScreen : SearchableSettings {
),
Preference.PreferenceItem.TextPreference(
title = stringResource(R.string.pref_invalidate_download_cache),
subtitle = stringResource(R.string.pref_invalidate_download_cache_summary),
onClick = { Injekt.get<DownloadCache>().invalidateCache() },
),
Preference.PreferenceItem.TextPreference(

View File

@ -880,7 +880,7 @@
<string name="channel_new_chapters">Chapter updates</string>
<string name="channel_app_updates">App updates</string>
<string name="channel_ext_updates">Extension updates</string>
<string name="channel_downloader_cache">Download cache</string>
<string name="channel_downloader_cache">Indexing</string>
<string name="channel_crash_logs">Crash logs</string>
<!-- S Pen actions -->