commit/StationPlaylist: josephsl: 5.3: Fixed SPL Assistant help dialog not opening.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 09 Aug 2015 17:26:33 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/940675a3a1ae/
Changeset: 940675a3a1ae
Branch: stable
User: josephsl
Date: 2015-08-09 17:26:04+00:00
Summary: 5.3: Fixed SPL Assistant help dialog not opening.

Oops, how did a tab got ionsierted at the beginning of the Assistant help
dialog text? Now it's fixed.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/__init__.py
b/addon/appModules/splstudio/__init__.py
index 83717fb..28e7987 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -218,7 +218,7 @@ class SPL510TrackItem(SPLTrackItem):
__gestures={"kb:space":"select"}

# Translators: The text of the help command in SPL Assistant layer.
- SPLAssistantHelp=_("""After entering SPL Assistant, press:
+SPLAssistantHelp=_("""After entering SPL Assistant, press:
A: Automation.
D: Remaining time for the playlist.
H: Duration of trakcs in this hour slot.

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: 5.3: Fixed SPL Assistant help dialog not opening. - commits-noreply