clarify option wording

This commit is contained in:
Hazelnoot 2025-06-04 14:21:47 -04:00
parent 3bf1cb1545
commit 2c449ce85c
2 changed files with 4 additions and 4 deletions

4
locales/index.d.ts vendored
View file

@ -13222,7 +13222,7 @@ export interface Locale extends ILocale {
*/ */
"keepCwDescription": string; "keepCwDescription": string;
/** /**
* Disabled (do not keep CWs) * Disabled (do not copy CWs)
*/ */
"keepCwDisabled": string; "keepCwDisabled": string;
/** /**
@ -13230,7 +13230,7 @@ export interface Locale extends ILocale {
*/ */
"keepCwEnabled": string; "keepCwEnabled": string;
/** /**
* Enabled (copy CW and prepend "RE:", like email) * Enabled (copy CW and prepend "RE:")
*/ */
"keepCwPrependRe": string; "keepCwPrependRe": string;
} }

View file

@ -616,6 +616,6 @@ notVerified: "Not Verified"
hibernated: "Hibernated" hibernated: "Hibernated"
keepCwDescription: "When replying to a post with a Content Warning, automatically use the same CW for the reply." 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)" keepCwEnabled: "Enabled (copy CWs verbatim)"
keepCwPrependRe: "Enabled (copy CW and prepend \"RE:\", like email)" keepCwPrependRe: "Enabled (copy CW and prepend \"RE:\")"