commit/goldenCursor: josephsl: Add missing parenthesis

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 04 Jan 2018 17:16:50 +0000 (UTC)

1 new commit in goldenCursor:

https://bitbucket.org/nvdaaddonteam/goldencursor/commits/35284040201b/
Changeset:   35284040201b
Branch:      stable
User:        josephsl
Date:        2018-01-04 17:16:34+00:00
Summary:     Add missing parenthesis

Affected #:  1 file

diff --git a/addon/globalPlugins/goldenCursor.py 
b/addon/globalPlugins/goldenCursor.py
index 3442142..fd3e803 100755
--- a/addon/globalPlugins/goldenCursor.py
+++ b/addon/globalPlugins/goldenCursor.py
@@ -311,7 +311,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                # Stringify coordinates early.
                x, y = str(x), str(y)
                # Translators: edit field label for new mouse position.
-               d = EnterPositionName(gui.mainFrame, _("Enter the name for the 
current mouse position (x: {x}, Y: {y}".format(x=x, y=y)),
+               d = EnterPositionName(gui.mainFrame, _("Enter the name for the 
current mouse position (x: {x}, Y: {y})".format(x=x, y=y)),
                        # Translators: title for save mouse position dialog.
                        _("Save mouse position"))
                def callback(result):

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

--

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/goldenCursor: josephsl: Add missing parenthesis - commits-noreply