Rename sources settings to filter

This commit is contained in:
arkon 2020-01-26 17:39:06 -05:00
parent eb4c7c6841
commit bf140be75e
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ class SettingsSourcesController : SettingsController(),
private val onlineSources by lazy { Injekt.get<SourceManager>().getOnlineSources() }
override fun setupPreferenceScreen(screen: PreferenceScreen) = with(screen) {
titleRes = R.string.pref_category_sources
titleRes = R.string.action_filter
// Get the list of active language codes.
val activeLangsCodes = preferences.enabledLanguages().getOrDefault()

View File

@ -12,7 +12,8 @@
<item
android:id="@+id/action_settings"
android:icon="@drawable/ic_settings_white_24dp"
android:title="@string/pref_category_sources"
android:icon="@drawable/ic_filter_list_white_24dp"
android:title="@string/action_filter"
app:showAsAction="ifRoom" />
</menu>

View File

@ -113,7 +113,6 @@
<string name="pref_category_library">Library</string>
<string name="pref_category_reader">Reader</string>
<string name="pref_category_downloads">Downloads</string>
<string name="pref_category_sources">Sources</string>
<string name="pref_category_tracking">Tracking</string>
<string name="pref_category_advanced">Advanced</string>
<string name="pref_category_about">About</string>