From 0b58fee42459eb7277dbc01745cb45ea45d0083c Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Sat, 22 Aug 2020 13:11:57 +0530 Subject: [PATCH] minor copyedit on site setting and user option descriptions --- config/locales/client.en.yml | 2 +- config/locales/server.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index e5689d6d578..cba7f6be88a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -986,7 +986,7 @@ en: muted_categories_instructions: "You will not be notified of anything about new topics in these categories, and they will not appear on the categories or latest pages." muted_categories_instructions_dont_hide: "You will not be notified of anything about new topics in these categories." regular_categories: "Regular" - regular_categories_instructions: "These category topics will be displayed in the `latest` and `top` topics list." + regular_categories_instructions: "You will see these topics in the `latest` and `top` topic lists." no_category_access: "As a moderator you have limited category access, save is disabled." delete_account: "Delete My Account" delete_account_confirm: "Are you sure you want to permanently delete your account? This action cannot be undone!" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index ef5c3a528ee..2caef149443 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2172,7 +2172,7 @@ en: default_categories_tracking: "List of categories that are tracked by default." default_categories_muted: "List of categories that are muted by default." default_categories_watching_first_post: "List of categories in which first post in each new topic will be watched by default." - default_categories_regular: "List of categories that are normal by default. Useful when `mute_all_categories_by_default` site setting is enabled." + default_categories_regular: "List of categories that are not muted by default. Useful when `mute_all_categories_by_default` site setting is enabled." mute_all_categories_by_default: "Set the default notification level of all the categories to muted. Require users opt-in to categories for them to appear in 'latest' and 'categories' pages. If you wish to amend the defaults for anonymous users set 'default_categories_' settings." default_tags_watching: "List of tags that are watched by default."