commit/clipContentsDesigner: norrumar: Fix 8.1-dev: cosmetics

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 12 May 2018 09:38:35 +0000 (UTC)

1 new commit in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/ce12ed834639/
Changeset:   ce12ed834639
Branch:      8.0
User:        norrumar
Date:        2018-05-12 09:38:13+00:00
Summary:     Fix 8.1-dev: cosmetics

Affected #:  1 file

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py 
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index 3ffdf55..a49646a 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -61,13 +61,13 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                NVDASettingsDialog.categoryClasses.remove(AddonSettingsPanel)
 
        def onSettings(self, evt):
-               
gui.mainFrame._popupSettingsDialog(NVDASettingsDialog,AddonSettingsPanel)
+               gui.mainFrame._popupSettingsDialog(NVDASettingsDialog, 
AddonSettingsPanel)
 
        def script_settings(self, gesture):
                wx.CallAfter(self.onSettings, None)
        script_settings.category = SCRCAT_CONFIG
        # Translators: message presented in input mode.
-       script_settings.__doc__ = _("Shows the Clip Contents Designer settings 
dialog.")
+       script_settings.__doc__ = _("Shows the Clip Contents Designer 
settings.")
 
        def clearClipboard(self):
                try:

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

--

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/clipContentsDesigner: norrumar: Fix 8.1-dev: cosmetics - commits-noreply