Fix wording.
This commit is contained in:
parent
fa7360dd51
commit
51470fb917
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue