Changed app string changes in user aspect ratio settings

Bug: 297288214
Test: Manual

Change-Id: I72c0b53d8d9db92b12d4e9507fcf40b1be76d745
This commit is contained in:
Massimo Carli
2023-09-11 17:08:50 +00:00
parent 2527e8855f
commit 24aa9c8f15
2 changed files with 3 additions and 3 deletions

View File

@@ -217,5 +217,5 @@ class UserAspectRatioAppListModel(private val context: Context)
private enum class SpinnerItem(val stringResId: Int) {
Suggested(R.string.user_aspect_ratio_suggested_apps_label),
All(R.string.filter_all_apps),
Overridden(R.string.user_aspect_ratio_overridden_apps_label)
Overridden(R.string.user_aspect_ratio_changed_apps_label)
}