commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 19 May 2018 16:17:17 +0000 (UTC)

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/74ec35fadb56/
Changeset:   74ec35fadb56
Branch:      None
User:        norrumar
Date:        2018-05-19 16:05:45+00:00
Summary:     Prevent error in translations of copy and restore dialogs

Reported by dingpengyou at
https://nvda-addons.groups.io/g/nvda-addons/message/3036

Affected #:  1 file

diff --git a/addon/globalPlugins/placeMarkers/__init__.py 
b/addon/globalPlugins/placeMarkers/__init__.py
index 1b8caef..5900cde 100644
--- a/addon/globalPlugins/placeMarkers/__init__.py
+++ b/addon/globalPlugins/placeMarkers/__init__.py
@@ -434,8 +434,7 @@ class CopyDialog(wx.Dialog):
                sHelper = gui.guiHelper.BoxSizerHelper(self, 
orientation=wx.VERTICAL)
 
                # Translators: An informational message displayed in the Copy 
dialog.
-               dialogCaption=_("""Select a folder to save a backup of your 
current place markers.\n
-               They will be copied from %s.""" % PLACE_MARKERS_PATH)
+               dialogCaption=_("Select a folder to save a backup of your 
current place markers.")
                sHelper.addItem(wx.StaticText(self, label=dialogCaption))
 
                # Translators: The label of a grouping containing controls to 
select the destination directory in the Copy dialog.
@@ -503,8 +502,7 @@ class RestoreDialog(wx.Dialog):
                sHelper = gui.guiHelper.BoxSizerHelper(self, 
orientation=wx.VERTICAL)
 
                # Translators: An informational message displayed in the 
Restore dialog.
-               dialogCaption=_("""Select a folder to restore a backup of your 
previous copied place markers.\n
-               They will be copied to %s.""" % PLACE_MARKERS_PATH)
+               dialogCaption=_("Select a folder to restore a backup of your 
previous copied place markers.")
                sHelper.addItem(wx.StaticText(self, label=dialogCaption))
 
                # Translators: The label of a grouping containing controls to 
select the destination directory in the Restore dialog.


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/b83df4472e19/
Changeset:   b83df4472e19
Branch:      edge
User:        norrumar
Date:        2018-05-19 16:12:08+00:00
Summary:     Bump version: 10.1-dev

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index ea78491..d951ec0 100755
--- 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 setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "10.0-dev",
+       "addon_version" : "10.1-dev",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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: