Index: geoip.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geoip/geoip.admin.inc,v
retrieving revision 1.3
diff -r1.3 geoip.admin.inc
16c16
<     '#description' => t('The path to the GeoIP database file.'),
---
>     '#description' => t("The path to the GeoIP database file. If you're using the city database you'll need to provide the correct filename."),
42c42
<       drupal_set_message(t('The GeoIP database file is more than a month old. Download the latest file at <a href="@url">MaxMind.com</a>.', array('@url' => 'http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz')), 'warning');
---
>       drupal_set_message(t('The GeoIP database file is more than a month old. Download the latest <a href="@country-url">country</a> or <a href="@city-url">city</a> databases from <a href="http://maxmind.com">MaxMind.com</a>.', array('@country-url' => 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz', '@city-url' => 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz', '@home-url' => 'http://www.maxmind.com/app/ip-location')), 'warning');
