From a41e82bb7d8828e5b1371f1fa37e596d67712fa1 Mon Sep 17 00:00:00 2001 From: RiseT Date: Sat, 11 Mar 2017 18:59:57 +0100 Subject: [PATCH] Make WebRtcCallScreen_new_safety_numbers_title singular Closes #6364 // FREEBIE --- res/values/strings.xml | 2 +- .../securesms/components/webrtc/WebRtcCallScreen.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 4641598a2..14a1e55fd 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -684,7 +684,7 @@ 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. You may wish to verify your safety number with this contact. - New safety numbers + New safety number Tap to enable your video diff --git a/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java b/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java index d35bcc9a9..14cf94b17 100644 --- a/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java +++ b/src/org/thoughtcrime/securesms/components/webrtc/WebRtcCallScreen.java @@ -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());