Reword download cache/indexing strings for consistency

(cherry picked from commit 6fc1f4fc21)

# 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
@@ -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(