-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change labels of check boxes in the add-on prefs panel to make the se…
…ttings more clear. Also essentially reverse the check boxes so that existing settings remain compatible. Fixes #5
- Loading branch information
Bryn
committed
Apr 4, 2023
1 parent
6fdc0b8
commit 732a091
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager | ||
"addon_description" : _("""Adds 3D audio for controls and replaces control messages. This updated version uses Synthizer and is compatible with NVDA 2022.1."""), | ||
# version | ||
"addon_version" : "0.9.5", | ||
"addon_version" : "0.9.6", | ||
# Author(s) | ||
"addon_author" : "Camlorn <[email protected]>, Bryan Smart< [email protected]>, Masonasons <[email protected]>", | ||
# URL for the add-on documentation support | ||
|