diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-27 14:36:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-27 15:16:23 +0800 |
commit | f0faf815687fad63650d8e5836da18625b3347d4 (patch) | |
tree | cef16109f781449a7499b0f59c19f6e215207476 /locale/en-us/script.lua | |
parent | a3d4e6c00afa9bcafe63af9bcbf1f0b2fa44350e (diff) | |
download | lua-language-server-f0faf815687fad63650d8e5836da18625b3347d4.zip |
update telemetry hint
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 78142a66..28ccb8a7 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -227,6 +227,6 @@ Memory usage: {mem:.f}M ]] WINDOW_APPLY_SETTING = 'Apply setting' WINDOW_CHECK_SEMANTIC = 'If you are using the color theme in the market, you may need to modify `editor.semanticHighlighting.enabled` to `true` to make semantic tokens take effect.' -WINDOW_TELEMETRY_HINT = 'Send anonymous usage data and error reports to help us further improve this plugin. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) .' -WINDOW_TELEMETRY_ENABLE = 'Enable telemetry' -WINDOW_TELEMETRY_DISABLE = 'Disable telemetry' +WINDOW_TELEMETRY_HINT = 'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) .' +WINDOW_TELEMETRY_ENABLE = 'Allow' +WINDOW_TELEMETRY_DISABLE = 'Prohibit' |