From 5f82aec20a28b5e3d2b1d852df8a3299599df694 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 30 Apr 2018 11:42:05 +0200 Subject: [PATCH] chore: Update commands labels --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d08d77..3e647bb 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,12 @@ "commands": [ { "command": "materialTheme.setAccent", - "title": "Set accent color for Material Theme", + "title": "Set the accent color", "category": "🎨 Material Theme" }, { "command": "materialTheme.fixIcons", - "title": "Fix icons color when needed", + "title": "Fix file icons", "category": "🎨 Material Theme" }, {