diff options
author | Sewbacca <sebastian.kalus@kolabnow.com> | 2023-07-17 14:56:05 +0200 |
---|---|---|
committer | Sewbacca <sebastian.kalus@kolabnow.com> | 2023-07-17 14:56:05 +0200 |
commit | 0c31e3027772f10f7a0b4d2e3892449018e195d8 (patch) | |
tree | 410478a2bfc2ee6fc5321e1228a80955a7dbf2c6 /locale | |
parent | 393f3e844d5164116de8bd739fc06d76bd03439f (diff) | |
download | lua-language-server-0c31e3027772f10f7a0b4d2e3892449018e195d8.zip |
Added tests
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 5cb1c5ab..f1e571aa 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -449,7 +449,7 @@ ACTION_ADD_DICT = ACTION_FIX_ADD_PAREN = -- TODO: need translate! 'Add parentheses.' ACTION_AUTOREQUIRE = -- TODO: need translate! -"Import {} as '{}'" +"Import '{}' as {}" COMMAND_DISABLE_DIAG = 'Disable diagnostics' |