[Pkg-mozext-commits] [adblock-plus] 308/464: Removed "(Beta)" from the extension name

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 53bebd0ce6e124790a2fd6a487e4b647c5b06b79
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Oct 18 12:43:43 2012 +0200

    Removed "(Beta)" from the extension name
---
 localeSyncChrome.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localeSyncChrome.py b/localeSyncChrome.py
index 1a626b0..57b6591 100644
--- a/localeSyncChrome.py
+++ b/localeSyncChrome.py
@@ -88,7 +88,7 @@ def syncLocales(sourceLocales, targetLocales, removed, imported):
       try:
         sourceData = localeTools.readFile(sourceFile)
         if 'name' in sourceData:
-          data['name'] = {'message': sourceData['name'] + ' (Beta)'}
+          data['name'] = {'message': sourceData['name']}
       except:
         pass
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list