Revert "Add a cancel string for ToggleSubscriptionDialog to handle Tamil"
This reverts commit 9ecda98ada
.
Reason for revert: It should not add"Merged-In: Id7f6042e0f7c70a3a8ca951fb80bb7f30acedcb9", so do revert and CP it again.
Change-Id: I6c62e2a02e62f16c45771daee5040753ab14a4b8
This commit is contained in:
@@ -338,7 +338,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
getString(R.string.sim_action_restart_title),
|
||||
getString(R.string.sim_action_enable_dsds_text),
|
||||
getString(R.string.sim_action_reboot),
|
||||
getString(R.string.sim_action_cancel));
|
||||
getString(R.string.cancel));
|
||||
}
|
||||
|
||||
/* Displays the SIM toggling confirmation dialog. */
|
||||
@@ -359,7 +359,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
title,
|
||||
null,
|
||||
getString(R.string.yes),
|
||||
getString(R.string.sim_action_cancel));
|
||||
getString(R.string.cancel));
|
||||
}
|
||||
|
||||
private void showEnableSimConfirmDialog() {
|
||||
@@ -384,7 +384,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
getSwitchSubscriptionTitle(),
|
||||
getSwitchDialogBodyMsg(activeSub, isBetweenEsim),
|
||||
getSwitchDialogPosBtnText(),
|
||||
getString(R.string.sim_action_cancel));
|
||||
getString(android.R.string.cancel));
|
||||
}
|
||||
|
||||
private void showNonSwitchSimConfirmDialog() {
|
||||
@@ -395,7 +395,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
getEnableSubscriptionTitle(),
|
||||
null /* msg */,
|
||||
getString(R.string.yes),
|
||||
getString(R.string.sim_action_cancel));
|
||||
getString(android.R.string.cancel));
|
||||
}
|
||||
|
||||
private String getSwitchDialogPosBtnText() {
|
||||
|
Reference in New Issue
Block a user