From df58a0133035c16b03e71774888cf5ab842ef984 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 7 Apr 2017 12:09:08 -0400 Subject: [PATCH] Revert "Fix i18n key." This reverts commit 0ba81588ed1431bcb343fbbd4c589cff121a2a3f. --- Signal/translations/en.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 2a7b3cb70..69b967e37 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -322,8 +322,8 @@ /* Error mesage indicating that message send is disabled due to prekey update failures */ "ERROR_DESCRIPTION_MESSAGE_SEND_DISABLED_PREKEY_UPDATE_FAILURES" = "Unable to send due to stale privacy data."; -/* Error mesage indicating that message send failed due to blocklist */ -"ERROR_DESCRIPTION_MESSAGE_SEND_FAILED_DUE_TO_BLOCKLIST" = "Failed to message user because you blocked them."; +/* Error mesage indicating that message send failed due to block list */ +"ERROR_DESCRIPTION_MESSAGE_SEND_FAILED_DUE_TO_BLOCK_LIST" = "Failed to message user because you blocked them."; /* Generic error used whenver Signal can't contact the server */ "ERROR_DESCRIPTION_NO_INTERNET" = "Signal was unable to connect to the internet. Please try from another WiFi network or use mobile data.";