Fix wording.

This commit is contained in:
Christophe Benz 2011-04-01 13:24:06 +02:00 committed by Romain Bignon
commit 51470fb917
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp):
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.8'
LICENSE = 'GPLv3'
DESCRIPTION = u"IP Adresses geolocalisation with the site www.geolocip.com"
DESCRIPTION = u"IP Addresses geolocalisation with the site www.geolocip.com"
BROWSER = BaseBrowser
def create_default_browser(self):

View file

@ -31,7 +31,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp):
EMAIL = 'julien.veyssier@aiur.fr'
VERSION = '0.8'
LICENSE = 'GPLv3'
DESCRIPTION = u"IP Adresses geolocalisation with the site ipinfodb.com"
DESCRIPTION = u"IP Addresses geolocalisation with the site ipinfodb.com"
BROWSER = BaseBrowser
def create_default_browser(self):