Index: geoip.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geoip/geoip.admin.inc,v
retrieving revision 1.3
diff -u -p -r1.3 geoip.admin.inc
--- geoip.admin.inc	20 May 2010 21:05:28 -0000	1.3
+++ geoip.admin.inc	16 Feb 2011 15:28:26 -0000
@@ -39,7 +39,7 @@ function geoip_data_file_validate($form_
   else {
     $mtime = filemtime($file);
     if ($mtime < strtotime('1 months ago')) {
-      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/GeoIP.dat.gz', '@city-url' => 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz')), 'warning');
     }
   }
 
