commit/Emoticons: norrumar: Minor changes: buildVars: updated information about author; smileysList: fixed capitalized tipo in no smiley, reported bug.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 26 Oct 2013 16:32:50 -0000

1 new commit in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/424d2b56446a/
Changeset:   424d2b56446a
Branch:      master
User:        norrumar
Date:        2013-10-26 18:32:20
Summary:     Minor changes: buildVars: updated information about author; 
smileysList: fixed capitalized tipo in no smiley, reported bug.

Affected #:  2 files

diff --git a/addon/globalPlugins/smileysList.py 
b/addon/globalPlugins/smileysList.py
index 0819a99..15f3ea6 100644
--- a/addon/globalPlugins/smileysList.py
+++ b/addon/globalPlugins/smileysList.py
@@ -143,7 +143,7 @@ emoticons = [
        # Translators: (y) Yes
        Smiley(r'(\s|^)\(y\)(\B|\s|$)', _("yes smiley"), r'(y)'),
        # Translators: (n) no;
-       Smiley(r'(\s|^)\(n\)(\B|\s|$)', _("nO smiley"), r'(n)'),
+       Smiley(r'(\s|^)\(n\)(\B|\s|$)', _("no smiley"), r'(n)'),
        # Translators: (handshake) Handshake
        Smiley(r'(\s|^)\(handshake\)(\B|\s|$)', _("handshake smiley"), 
r'(handshake)'),
        # Translators: (highfive) High five

diff --git a/buildVars.py b/buildVars.py
index 155cabe..a6b9751 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -22,7 +22,7 @@ addon_info = {
        # version
        "addon-version" : "1.0-dev",
        # Author(s)
-       "addon-author" : u"Chris <llajta2012@xxxxxxxxx>, Noelia Ruiz Martínez 
<nrm1977@xxxxxxxxx>, Mesar Hameed <mhameed@xxxxxxxxxxxxx>",
+       "addon-author" : u"Chris Leo <llajta2012@xxxxxxxxx>, Noelia Ruiz 
Martínez <nrm1977@xxxxxxxxx>, Mesar Hameed <mhameed@xxxxxxxxxxxxx>",
        # URL for the add-on documentation support
        "addon-url" : "http://addons.nvda-project.org";
 }

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

--

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/Emoticons: norrumar: Minor changes: buildVars: updated information about author; smileysList: fixed capitalized tipo in no smiley, reported bug. - commits-noreply