diff options
Diffstat (limited to 'src/plugins/translate/settings.ts')
-rw-r--r-- | src/plugins/translate/settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/translate/settings.ts b/src/plugins/translate/settings.ts index 13e6540..aa4f633 100644 --- a/src/plugins/translate/settings.ts +++ b/src/plugins/translate/settings.ts @@ -46,7 +46,7 @@ export const settings = definePluginSettings({ }, autoTranslate: { type: OptionType.BOOLEAN, - description: "Automatically translate your messages before sending", + description: "Automatically translate your messages before sending. You can also shift/right click the translate button to toggle this", default: false } }); |