mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
clarify option wording
This commit is contained in:
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:\")"
|
||||||
|
|||||||
Reference in New Issue
Block a user