mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
clarify option wording
This commit is contained in:
parent
3bf1cb1545
commit
2c449ce85c
2 changed files with 4 additions and 4 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:\")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue