commit/instantTranslate: ABuffEr: Updated buildVars and readme

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Apr 2015 18:48:57 -0000

1 new commit in instantTranslate:

https://bitbucket.org/nvdaaddonteam/instanttranslate/commits/c70964a51e03/
Changeset: c70964a51e03
Branch: master
User: ABuffEr
Date: 2015-04-19 18:48:59+00:00
Summary: Updated buildVars and readme

Affected #: 1 file

diff --git a/buildVars.py b/buildVars.py
index 63c456e..b183b57 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -14,14 +14,14 @@ addon_info = {
"addon_name" : "instantTranslate",
# 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.
- "addon_summary" : _("Instant Translate - Translates given text using
the Google Translate service."),
+ "addon_summary" : _("Instant Translate"),
# Add-on description
# Translators: Long description to be shown for this add-on on add-on
information from add-ons manager
"addon_description" : _("This addon translates selected or clipboard
text using the Google Translate service and presents it."),
# version
"addon_version" : "3.0-dev",
# Author(s)
- "addon_author" : "Alexy Sadovoy aka Lex <lex@xxxxxxxxxx>, ruslan
<ru2020slan@xxxxxxxxx>, beqa <beqaprogger@xxxxxxxxx>, Mesar Hameed
<mhameed@xxxxxxxxxxxxx>, Alberto Buffolino <a.buffolino@xxxxxxxxx>, and other
nvda contributors",
+ "addon_author" : "Alexy Sadovoy aka Lex <lex@xxxxxxxxxx>, ruslan
<ru2020slan@xxxxxxxxx>, beqa <beqaprogger@xxxxxxxxx>, Mesar Hameed
<mhameed@xxxxxxxxxxxxx>, Alberto Buffolino <a.buffolino@xxxxxxxxx>, and other
NVDA contributors",
# URL for the add-on documentation support
"addon_url" : "http://addons.nvda-project.org/";,
# Documentation file name

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

--

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/instantTranslate: ABuffEr: Updated buildVars and readme - commits-noreply