Reword unmetered network restriction for library updates

(cherry picked from commit efbefabb01)
This commit is contained in:
arkon
2021-01-04 16:12:34 -05:00
committed by Jobobby04
parent b7986a6773
commit e363e2fbb2
2 changed files with 2 additions and 2 deletions
@@ -168,7 +168,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")