parent
62181a3d7f
commit
6f600a80b8
1 changed files with 1 additions and 2 deletions
|
@ -197,8 +197,7 @@ public class RegistrationActivity extends BaseActionBarActivity {
|
|||
|
||||
AlertDialogWrapper.Builder dialog = new AlertDialogWrapper.Builder(self);
|
||||
dialog.setTitle(PhoneNumberFormatter.getInternationalFormatFromE164(e164number));
|
||||
dialog.setMessage(String.format(getString(R.string.RegistrationActivity_we_will_now_verify_that_the_following_number_is_associated_with_your_device_s),
|
||||
PhoneNumberFormatter.getInternationalFormatFromE164(e164number)));
|
||||
dialog.setMessage(R.string.RegistrationActivity_we_will_now_verify_that_the_following_number_is_associated_with_your_device_s);
|
||||
dialog.setPositiveButton(getString(R.string.RegistrationActivity_continue),
|
||||
new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue