commit/StationPlaylist: josephsl: Config dialog: Advanced options -> Advanced.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 04 Feb 2019 07:05:07 +0000 (UTC)

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/06633ebaf0d8/
Changeset:   06633ebaf0d8
Branch:      stable
User:        josephsl
Date:        2019-02-04 07:04:48+00:00
Summary:     Config dialog: Advanced options -> Advanced.

NVDA Core now adds 'Advanced' settings panel. To align with this change, Studio 
add-ons settings's own advanced options panel will be renamed to 'Advanced'. 
For now the add-on will define its own translation for this, but in a future 
release that requires NVDA 2019.1, it'll be pulled straight from NVDA.
This change will be backported to LTS18 with localization edits.

Affected #:  1 file

diff --git a/addon/appModules/splstudio/splconfui.py 
b/addon/appModules/splstudio/splconfui.py
index abbdfc0..7a9b222 100755
--- a/addon/appModules/splstudio/splconfui.py
+++ b/addon/appModules/splstudio/splconfui.py
@@ -1438,7 +1438,7 @@ class SayStatusPanel(gui.SettingsPanel):
 # It is also one of two panels (the other one being broadcast profiles) that 
will perform extra actions if OK or Apply is clicked from add-on settings 
dialog (postSave).
 class AdvancedOptionsPanel(gui.SettingsPanel):
        # Translators: title of a panel to configure advanced SPL add-on 
options such as update checking.
-       title = _("Advanced options")
+       title = _("Advanced")
 
        def makeSettings(self, settingsSizer):
                advOptionsHelper = gui.guiHelper.BoxSizerHelper(self, 
sizer=settingsSizer)

Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/StationPlaylist: josephsl: Config dialog: Advanced options -> Advanced. - commits-noreply