[Sound panel] Use localized string for button text

use localized string "Settings" as button text in Sound panel.
revert text change in ag/15926634

Bug: 204326209
Test: Verified on device
Change-Id: Ibe99369d3c9f9f2131a33b7831f93a5d1554db3f
This commit is contained in:
shaoweishen
2021-11-11 08:24:04 +00:00
parent a6fc26dd45
commit dbc08a2178
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="36dp" android:layout_height="36dp"
android:minWidth="0dp" android:minWidth="0dp"
android:text="@string/see_more"/> android:text="@string/settings_button"/>
<Space <Space
android:layout_weight="1" android:layout_weight="1"

View File

@@ -12885,7 +12885,7 @@
<string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string> <string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string>
<!-- See more items in contextual homepage [CHAR LIMIT=30]--> <!-- See more items in contextual homepage [CHAR LIMIT=30]-->
<string name="see_more">Settings</string> <string name="see_more">See more</string>
<!-- See less items in contextual homepage [CHAR LIMIT=30]--> <!-- See less items in contextual homepage [CHAR LIMIT=30]-->
<string name="see_less">See less</string> <string name="see_less">See less</string>