clarify option wording
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user