From 58b40eed7b9605d20543419a1efd998276e5442a Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Sat, 13 Aug 2016 09:12:20 +0530 Subject: [PATCH] fix delete_confirm_MF translation key --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0dfc08817a4..e6225cede60 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1861,7 +1861,7 @@ en: delete_spammer: "Delete Spammer" # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details - delete_confirm_MF: "You are about to delete {POSTS, plural, one {1 post} other {# posts}} and {TOPICS, plural, one {1 topic} other {# topics}} from this user, remove their account, block signups from their IP address %{ip_address}, and add their email address %{email} to a permanent block list. Are you sure this user is really a spammer?" + delete_confirm_MF: "You are about to delete {POSTS, plural, one {1 post} other {# posts}} and {TOPICS, plural, one {1 topic} other {# topics}} from this user, remove their account, block signups from their IP address {ip_address}, and add their email address {email} to a permanent block list. Are you sure this user is really a spammer?" yes_delete_spammer: "Yes, Delete Spammer" ip_address_missing: "(N/A)" hidden_email_address: "(hidden)"