From 80963d88f090b18e087404b96627907f6ad97160 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 6 Feb 2017 15:43:14 -0500 Subject: [PATCH] Respond to CR. Remove colon from call view status prefix. // FREEBIE --- Signal/translations/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index e45f98c42..277a8dfcf 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -74,7 +74,7 @@ "CALL_LABEL" = "Call"; /* Format for call status label */ -"CALL_STATUS_FORMAT" = "Signal: %@"; +"CALL_STATUS_FORMAT" = "Signal %@"; /* notification action */ "CALLBACK_BUTTON_TITLE" = "Call back";