Change the "Restore" button to "Reset"

"Restore" button should be displayed as "Reset", since the string "reset" is used more often and the action is actually "to reset".

Bug: 274714167
Test: manual
Change-Id: Ide6728bba8b17c22fe40b2dc0d65ea6166de44bc
This commit is contained in:
danielwbhuang
2023-03-28 16:07:20 +08:00
parent 9a40a296cc
commit a53b093a2b
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
android:drawablePadding="9dp" android:drawablePadding="9dp"
style="@style/ModifierKeyButtonCancel" style="@style/ModifierKeyButtonCancel"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:text="@string/modifier_keys_restore"/> android:text="@string/modifier_keys_reset"/>
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>

View File

@@ -3982,7 +3982,7 @@
<!-- Text of the cancel button. [CHAR LIMIT=15] --> <!-- Text of the cancel button. [CHAR LIMIT=15] -->
<string name="modifier_keys_cancel">Cancel</string> <string name="modifier_keys_cancel">Cancel</string>
<!-- Text of the restore button. [CHAR LIMIT=15] --> <!-- Text of the restore button. [CHAR LIMIT=15] -->
<string name="modifier_keys_restore">Restore</string> <string name="modifier_keys_reset">Reset</string>
<!-- Title for the modifier key picker dialog page [CHAR LIMIT=35] --> <!-- Title for the modifier key picker dialog page [CHAR LIMIT=35] -->
<string name="modifier_keys_picker_title">Choose modifier key</string> <string name="modifier_keys_picker_title">Choose modifier key</string>
<!-- Summary for the modifier key picker dialog page [CHAR LIMIT=35] --> <!-- Summary for the modifier key picker dialog page [CHAR LIMIT=35] -->