Reword unmetered network restriction for library updates

This commit is contained in:
arkon
2021-01-04 16:12:34 -05:00
parent 990fb22d3e
commit efbefabb01
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class SettingsLibraryController : SettingsController() {
multiSelectListPreference {
key = Keys.libraryUpdateRestriction
titleRes = R.string.pref_library_update_restriction
entriesRes = arrayOf(R.string.wifi, R.string.charging)
entriesRes = arrayOf(R.string.network_unmetered, R.string.charging)
entryValues = arrayOf("wifi", "ac")
summaryRes = R.string.pref_library_update_restriction_summary
defaultValue = setOf("wifi")