commit/Emoticons: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 21 Oct 2013 08:03:46 -0000

2 new commits in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/2ad620717b13/
Changeset:   2ad620717b13
Branch:      None
User:        norrumar
Date:        2013-10-21 10:00:52
Summary:     Scons: fixed capitalization. readme is now lowercase.

Affected #:  1 file

diff --git a/sconstruct b/sconstruct
index 9754cf5..1d54d6e 100644
--- a/sconstruct
+++ b/sconstruct
@@ -109,9 +109,9 @@ def createAddonHelp(dir):
                cssPath = os.path.join(docsDir, "style.css")
                cssTarget = env.Command(cssPath, "style.css", Copy("$TARGET", 
"$SOURCE"))
                env.Depends(addon, cssTarget)
-       if os.path.isfile("README.md"):
-               readmePath = os.path.join(docsDir, "en", "README.md")
-               readmeTarget = env.Command(readmePath, "README.md", 
Copy("$TARGET", "$SOURCE"))
+       if os.path.isfile("readme.md"):
+               readmePath = os.path.join(docsDir, "en", "readme.md")
+               readmeTarget = env.Command(readmePath, "readme.md", 
Copy("$TARGET", "$SOURCE"))
                env.Depends(addon, readmeTarget)
 
 


https://bitbucket.org/nvdaaddonteam/emoticons/commits/c48ae407e6db/
Changeset:   c48ae407e6db
Branch:      master
User:        norrumar
Date:        2013-10-21 10:03:08
Summary:     buildVars.py: fixed capitalization in comment for translators.

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index f20c198..155cabe 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -13,7 +13,7 @@ addon_info = {
        # add-on Name, internal for nvda
        "addon-name" : "emoticons",
        # Add-on summary, usually the user visible name of the addon.
-       # TRANSLATORS: Summary for this add-on to be shown on installation and 
add-on information.
+       # Translators: Summary for this add-on to be shown on installation and 
add-on information.
        "addon-summary" : _("Emoticons"),
        # Add-on description
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager

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: