From 2c449ce85ccb291840473ab1cead63abeec1d1ae Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 4 Jun 2025 14:21:47 -0400 Subject: [PATCH] clarify option wording --- locales/index.d.ts | 4 ++-- sharkey-locales/en-US.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 9c7cf467ba..182cf03284 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13222,7 +13222,7 @@ export interface Locale extends ILocale { */ "keepCwDescription": string; /** - * Disabled (do not keep CWs) + * Disabled (do not copy CWs) */ "keepCwDisabled": string; /** @@ -13230,7 +13230,7 @@ export interface Locale extends ILocale { */ "keepCwEnabled": string; /** - * Enabled (copy CW and prepend "RE:", like email) + * Enabled (copy CW and prepend "RE:") */ "keepCwPrependRe": string; } diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index d495af766e..f9463f8221 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -616,6 +616,6 @@ notVerified: "Not Verified" hibernated: "Hibernated" keepCwDescription: "When replying to a post with a Content Warning, automatically use the same CW for the reply." -keepCwDisabled: "Disabled (do not keep CWs)" +keepCwDisabled: "Disabled (do not copy CWs)" keepCwEnabled: "Enabled (copy CWs verbatim)" -keepCwPrependRe: "Enabled (copy CW and prepend \"RE:\", like email)" +keepCwPrependRe: "Enabled (copy CW and prepend \"RE:\")"