Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2fb5566 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use better string in dialog asking which SIM to use for SMS"

parents 860accbc 85717d9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public class SimDialogActivity extends Activity {
                builder.setTitle(R.string.select_sim_for_calls);
                break;
            case SMS_PICK:
                builder.setTitle(R.string.sim_card_select_title);
                builder.setTitle(R.string.select_sim_for_sms);
                break;
            default:
                throw new IllegalArgumentException("Invalid dialog type "