From 2598ab4275a5eeef115352e4ddf02f8c31afadcc Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Thu, 7 Jul 2022 15:58:34 -0500 Subject: [PATCH] Fix localizable strings In 7f4a5f3f7b29ab465c3b30d20fbc78a5448695f9, we accidentally (1) re-added the `BOOST_VIEW_AMOUNT_LABEL` key (2) removed the `BLUR_TOOLTIP` key. This fixes those issues. --- 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 4bb48fce6a..bd30fb95c7 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -574,8 +574,8 @@ /* An explanation of the consequences of blocking another user. */ "BLOCK_USER_BEHAVIOR_EXPLANATION" = "Blocked users will not be able to call you or send you messages."; -/* Donation amount label for the donate to signal view */ -"BOOST_VIEW_AMOUNT_LABEL" = "Set currency"; +/* Tooltip highlighting the blur image editing tool. */ +"BLUR_TOOLTIP" = "New: Blur faces or draw anywhere to blur."; /* The body text for the donate to signal view */ "BOOST_VIEW_BODY" = "Make a one-time donation and earn a Boost badge for 30 days.";