Add a cancel string for the dialog to handle Tamil translation
Bug: 185553806 Test: Build Merged-In: I90149c9e4459747d8cd1c35d00c29f81710eb6f4 Change-Id: Ie8e9d150bf7868b462176c5cb5ed65beb187cc0e
This commit is contained in:
committed by
SongFerngWang
parent
02db0438a9
commit
aa042c2d6c
@@ -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.cancel));
|
||||
getString(R.string.sim_action_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.cancel));
|
||||
getString(R.string.sim_action_cancel));
|
||||
}
|
||||
|
||||
private void showEnableSimConfirmDialog() {
|
||||
@@ -384,7 +384,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
getSwitchSubscriptionTitle(),
|
||||
getSwitchDialogBodyMsg(activeSub, isBetweenEsim),
|
||||
getSwitchDialogPosBtnText(),
|
||||
getString(android.R.string.cancel));
|
||||
getString(R.string.sim_action_cancel));
|
||||
}
|
||||
|
||||
private void showNonSwitchSimConfirmDialog() {
|
||||
@@ -395,7 +395,7 @@ public class ToggleSubscriptionDialogActivity extends SubscriptionActionDialogAc
|
||||
getEnableSubscriptionTitle(),
|
||||
null /* msg */,
|
||||
getString(R.string.yes),
|
||||
getString(android.R.string.cancel));
|
||||
getString(R.string.sim_action_cancel));
|
||||
}
|
||||
|
||||
private String getSwitchDialogPosBtnText() {
|
||||
|
Reference in New Issue
Block a user