From 0b2b6174838784cc5839dcfc22f14a435dbe6d95 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 26 Sep 2018 18:49:10 +0100 Subject: [PATCH] FIX: Corrected copy on post_edit_time_limit site setting --- 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 8f9658e4d44..4a7e99d3c0a 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1162,7 +1162,7 @@ en: editing_grace_period_max_diff: "Maximum number of character changes allowed in editing grace period, if more changed store another post revision (trust level 0 and 1)" editing_grace_period_max_diff_high_trust: "Maximum number of character changes allowed in editing grace period, if more changed store another post revision (trust level 2 and up)" staff_edit_locks_post: "Posts will be locked from editing if they are edited by staff members" - post_edit_time_limit: "The author can edit or delete their post for (n) minutes after posting. Set to 0 for forever." + post_edit_time_limit: "The author can edit their post for (n) minutes after posting. Set to 0 for forever." edit_history_visible_to_public: "Allow everyone to see previous versions of an edited post. When disabled, only staff members can view." delete_removed_posts_after: "Posts removed by the author will be automatically deleted after (n) hours. If set to 0, posts will be deleted immediately." max_image_width: "Maximum thumbnail width of images in a post"