Change DSDS dialog confirm text from "Continue" to "Yes"

Bug: 131169645
Bug: 184769109
Test: N/A
Change-Id: Ide709c83459ec955739daa0f23167aa72a5665a9
This commit is contained in:
Peter Wang
2021-04-14 13:43:26 -07:00
parent 1871275fbf
commit 6e61073864
2 changed files with 3 additions and 1 deletions

View File

@@ -12602,6 +12602,8 @@
<string name="sim_action_restart_text">To get started, restart your device. Then you can add another SIM.</string> <string name="sim_action_restart_text">To get started, restart your device. Then you can add another SIM.</string>
<!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] --> <!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] -->
<string name="sim_action_continue">Continue</string> <string name="sim_action_continue">Continue</string>
<!-- Button on a dialog to confirm SIM operations. [CHAR LIMIT=30] -->
<string name="sim_action_yes">Yes</string>
<!-- User confirms reboot the phone. [CHAR LIMIT=30] --> <!-- User confirms reboot the phone. [CHAR LIMIT=30] -->
<string name="sim_action_reboot">Restart</string> <string name="sim_action_reboot">Restart</string>
<!-- Button on a dialog to reject SIM operations. [CHAR LIMIT=30] --> <!-- Button on a dialog to reject SIM operations. [CHAR LIMIT=30] -->

View File

@@ -123,7 +123,7 @@ public class DsdsDialogActivity extends SubscriptionActionDialogActivity
DIALOG_TAG_ENABLE_DSDS_CONFIRMATION, DIALOG_TAG_ENABLE_DSDS_CONFIRMATION,
getString(R.string.sim_action_enable_dsds_title), getString(R.string.sim_action_enable_dsds_title),
getString(R.string.sim_action_enable_dsds_text), getString(R.string.sim_action_enable_dsds_text),
getString(R.string.sim_action_continue), getString(R.string.sim_action_yes),
getString(R.string.sim_action_no_thanks)); getString(R.string.sim_action_no_thanks));
} }