From a75e99c1a4a2ca327bf46dbf78b5ce973f3fe082 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 24 Sep 2016 09:05:29 +0100 Subject: Tweak #2269 (toggleMuteTab). --- background_scripts/commands.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 6f7122dd..e905c410 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -364,8 +364,8 @@ commandDescriptions = restoreTab: ["Restore closed tab", { background: true, repeatLimit: 20 }] moveTabToNewWindow: ["Move tab to new window", { background: true }] - togglePinTab: ["Pin/unpin current tab", { background: true, noRepeat: true }] - toggleMuteTab: ["Mute/unmute current tab", { background: true, noRepeat: true }] + togglePinTab: ["Pin or unpin current tab", { background: true, noRepeat: true }] + toggleMuteTab: ["Mute or unmute current tab", { background: true, noRepeat: true }] closeTabsOnLeft: ["Close tabs on the left", {background: true, noRepeat: true}] closeTabsOnRight: ["Close tabs on the right", {background: true, noRepeat: true}] -- cgit v1.2.3