From 912f1d83acbd6f67a606973d8e8c4ef4a1c9d526 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 27 May 2019 09:06:46 -0400 Subject: [PATCH] UX: Adjust text a little more --- config/locales/server.en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 0c7df197590..d2df0437a28 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1388,9 +1388,9 @@ en: anon_polling_interval: "How often should anonymous clients poll in milliseconds" background_polling_interval: "How often should the clients poll in milliseconds (when the window is in the background)" - hide_post_sensitivity: "The likelyhood that a flagged post will be hidden" - silence_new_user_sensitivity: "The likelyhood that a new user will be silenced based on spam flags" - auto_close_topic_sensitivity: "The likelyhood that a flagged topic will be automatically closed" + hide_post_sensitivity: "The likelihood that a flagged post will be hidden" + silence_new_user_sensitivity: "The likelihood that a new user will be silenced based on spam flags" + auto_close_topic_sensitivity: "The likelihood that a flagged topic will be automatically closed" cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit a post hidden via community flagging" @@ -4420,9 +4420,9 @@ en: high: "High" sensitivity: disabled: "Disabled" - low: "Not Likely" - medium: "Somewhat Likely" - high: "Very Likely" + low: "Low" + medium: "Medium" + high: "High" must_claim: "You must claim items before acting on them." user_claimed: "This item has been claimed by another user." missing_version: "You must supply a version parameter"