From ae023947b32a2b2a61764275f821fcdcb7d0d020 Mon Sep 17 00:00:00 2001 From: TheSecEng Date: Tue, 14 Apr 2020 14:08:37 -0400 Subject: [PATCH] fix: menu commands --- Default.sublime-commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Default.sublime-commands b/Default.sublime-commands index 8388ea0..90635aa 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -1,6 +1,6 @@ [ { - "caption": "Pretty JSON: Format (Pretty Print) JSON", + "caption": "Pretty JSON: Format JSON", "command": "pretty_json" }, { @@ -8,7 +8,7 @@ "command": "pretty_json_and_sort" }, { - "caption": "Pretty JSON: Minify (compress) JSON", + "caption": "Pretty JSON: Minify JSON", "command": "un_pretty_json" }, {