Reword download cache/indexing strings for consistency

This commit is contained in:
arkon
2022-11-11 15:01:06 -05:00
parent a0f49b16c5
commit 6fc1f4fc21
2 changed files with 2 additions and 4 deletions

View File

@ -190,7 +190,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(