diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-04 14:21:47 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-04 14:21:47 -0400 |
| commit | 2c449ce85ccb291840473ab1cead63abeec1d1ae (patch) | |
| tree | 24477de693aa61e6c616627189eb7768939f2577 /locales | |
| parent | add option to keep CWs with "RE:" prefix (diff) | |
| download | sharkey-2c449ce85ccb291840473ab1cead63abeec1d1ae.tar.gz sharkey-2c449ce85ccb291840473ab1cead63abeec1d1ae.tar.bz2 sharkey-2c449ce85ccb291840473ab1cead63abeec1d1ae.zip | |
clarify option wording
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 2 insertions, 2 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; } |