commit/unicodeBrailleInput: pzajda: Interface: minor typo changes in the new check box

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Sep 2013 10:02:31 -0000

1 new commit in unicodeBrailleInput:

https://bitbucket.org/nvdaaddonteam/unicodebrailleinput/commits/ab9984f170d6/
Changeset:   ab9984f170d6
Branch:      master
User:        pzajda
Date:        2013-09-30 12:02:04
Summary:     Interface: minor typo changes in the new check box

Affected #:  1 file

diff --git a/addon/globalPlugins/unicodeBrailleInput/interface.py 
b/addon/globalPlugins/unicodeBrailleInput/interface.py
index 238f3e0..03d55c1 100644
--- a/addon/globalPlugins/unicodeBrailleInput/interface.py
+++ b/addon/globalPlugins/unicodeBrailleInput/interface.py
@@ -75,7 +75,7 @@ class B2UDialog(gui.SettingsDialog):
                brailleTextSizer.Add(self._brailleTextEdit)
                self._regularSpaceChk = wx.CheckBox(self,
                # Translators: wether to use a regular space or the Braille one
-                       label = _("Convert unicode braille space to ascii 
space."))
+                       label = _("Convert Unicode Braille space to ASCII 
space"))
                self._regularSpaceChk.SetValue(False)
                brailleTextSizer.Add(self._regularSpaceChk)
                sizer.Add(brailleTextSizer)

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

--

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/unicodeBrailleInput: pzajda: Interface: minor typo changes in the new check box - commits-noreply