commit/clipContentsDesigner: norrumar: Cosmetics: added stop to doc script, as other scripts in the add-on.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 07 Jun 2015 14:15:59 -0000

1 new commit in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/0159c08fc438/
Changeset: 0159c08fc438
Branch: master
User: norrumar
Date: 2015-06-07 14:15:46+00:00
Summary: Cosmetics: added stop to doc script, as other scripts in the
add-on.

Affected #: 1 file

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index aa5307c..4120d30 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -108,7 +108,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
def script_settings(self, gesture):
wx.CallAfter(self.onSettings, None)
script_settings.category = SCRCAT_CONFIG
- script_settings.__doc__ = _("Shows the Clip Contents Designer settings
dialog")
+ script_settings.__doc__ = _("Shows the Clip Contents Designer settings
dialog.")

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: Cosmetics: added stop to doc script, as other scripts in the add-on. - commits-noreply