Skip to content

Commit

Permalink
Change text to indicate it's not just a microphone mute now
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Mar 12, 2019
1 parent f5c631b commit f316489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
}
],
"SupportedInMultiActions": false,
"Name": "Mic Mute",
"Tooltip": "This action toggles the system microphone mute",
"Name": "Audio Mute",
"Tooltip": "This action toggles mute for audio devices (e.g. microphones, speakers)",
"UUID": "com.fredemmott.micmutetoggle.toggle"
}
],
"Author": "Fred Emmott",
"CodePathWin": "sdmicmute.exe",
"Description": "Toggle the system microphone mute setting.",
"Description": "Toggle the mute for audio devices, such as microphones or speakers.",
"PropertyInspectorPath": "propertyinspector/index.html",
"Name": "Mic Mute",
"Name": "Audio Mute",
"Icon": "mic-off",
"Version": "2.0",
"OS": [
Expand Down

0 comments on commit f316489

Please sign in to comment.