Make WebRtcCallScreen_new_safety_numbers_title singular

Closes #6364
// FREEBIE
master
RiseT 2017-03-11 18:59:57 +01:00 committed by Moxie Marlinspike
parent 94964474b2
commit a41e82bb7d
2 changed files with 2 additions and 2 deletions

View File

@ -684,7 +684,7 @@
<!-- WebRtcCallScreen -->
<string name="WebRtcCallScreen_new_safety_numbers">The safety number for your conversation with %1$s has changed. This could either mean that someone is trying to intercept your communication, or that %2$s simply re-installed Signal.</string>
<string name="WebRtcCallScreen_you_may_wish_to_verify_this_contact">You may wish to verify your safety number with this contact.</string>
<string name="WebRtcCallScreen_new_safety_numbers_title">New safety numbers</string>
<string name="WebRtcCallScreen_new_safety_number_title">New safety number</string>
<!-- WebRtcCallControls -->
<string name="WebRtcCallControls_tap_to_enable_your_video">Tap to enable your video</string>

View File

@ -127,7 +127,7 @@ public class WebRtcCallScreen extends FrameLayout implements Recipient.Recipient
setPersonInfo(personInfo);
this.incomingCallOverlay.setActiveCall();
this.status.setText(R.string.WebRtcCallScreen_new_safety_numbers_title);
this.status.setText(R.string.WebRtcCallScreen_new_safety_number_title);
this.untrustedIdentityContainer.setVisibility(View.VISIBLE);
this.untrustedIdentityExplanation.setText(spannableString);
this.untrustedIdentityExplanation.setMovementMethod(LinkMovementMethod.getInstance());