commit/clipContentsDesigner: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 31 Aug 2015 17:49:39 -0000

2 new commits in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/7aa5e86d95e9/
Changeset: 7aa5e86d95e9
Branch: None
User: norrumar
Date: 2015-08-31 17:46:16+00:00
Summary: Minor change: added comment for translator. Removed gettext when
msg.message is used.

Affected #: 1 file

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index 4120d30..e47ce5b 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -108,6 +108,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
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.")

def clearClipboard(self):
@@ -167,7 +168,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
pos = api.getReviewPosition().copy()
if self._copyStartMarker.obj != pos.obj:
# Translators: message presented when user
tries to select text across object boundaries
- msg.message(_("The start marker must reside
within the same object"))
+ msg.message("The start marker must reside
within the same object")
return
pos.move(textInfos.UNIT_CHARACTER, 1, endPoint="end")
pos.setEndPoint(self._copyStartMarker, "startToStart")


https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/587471480551/
Changeset: 587471480551
Branch: master
User: norrumar
Date: 2015-08-31 17:48:34+00:00
Summary: Bump minor version: 3.1-dev.

Affected #: 1 file

diff --git a/buildVars.py b/buildVars.py
index e2e826b..01f742c 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
# Translators: Long description to be shown for this add-on on add-on
information from add-ons manager
"addon_description" : _("""Add-on for managing clipboard text."""),
# version
- "addon_version" : "3.1",
+ "addon_version" : "3.2-dev",
# Author(s)
"addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>",
# URL for the add-on documentation support

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: