From 128ca0d1a9ad2ad14f23a6591c9f5b753d526121 Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Thu, 26 Oct 2017 00:22:45 -0400 Subject: [PATCH] Missed a spot changing defer to ignore (#5267) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d1ebbb2e018..8e6ba8516f1 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1483,7 +1483,7 @@ en: share_anonymized_statistics: "Share anonymized usage statistics." - auto_handle_queued_age: "Automatically handle records that are waiting to be reviewed after this many days. Flags will be deferred. Queued posts and users will be rejected. Set to 0 to disable this feature." + auto_handle_queued_age: "Automatically handle records that are waiting to be reviewed after this many days. Flags will be ignored. Queued posts and users will be rejected. Set to 0 to disable this feature." max_prints_per_hour_per_user: "Maximum number of /print page impressions (set to 0 to disable)"