From cf1c759cc3c361611cde1b3c4297bc74ce7f0fb0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 8 Jan 2014 14:47:58 -0800 Subject: [PATCH] minor copyedit on deleting user --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index c8f00032f5c..df765a6c9bb 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1440,8 +1440,8 @@ en: one: "Users can't be deleted if they registered more than %{count} day ago, or if they have posts. Delete all posts before trying to delete a user." other: "Users can't be deleted if they registered more than %{count} days ago, or if they have posts. Delete all posts before trying to delete a user." delete_confirm: "Are you SURE you want to delete this user? This action is permanent!" - delete_and_block: "Yes, and block signups from this email and IP address" - delete_dont_block: "Yes, but allow signups from this email and IP address" + delete_and_block: "Yes, and block future signups from this email and IP address" + delete_dont_block: "Yes, just delete the user" deleted: "The user was deleted." delete_failed: "There was an error deleting that user. Make sure all posts are deleted before trying to delete the user." send_activation_email: "Send Activation Email"