diff --git a/data/interfaces/default/configuration_table.html b/data/interfaces/default/configuration_table.html
index b7da81a3..0d14f7c2 100644
--- a/data/interfaces/default/configuration_table.html
+++ b/data/interfaces/default/configuration_table.html
@@ -102,8 +102,9 @@ DOCUMENTATION :: END
$(document).ready(function () {
$("#install_geoip_db, #reinstall_geoip_db").click(function () {
var msg = 'Are you sure you want to install the GeoLite2 database?
' +
- 'The database is used to lookup IP address geolocation info.
' +
- 'The database uses ~65MB in your PlexPy directory.';
+ 'The database is used to lookup IP address geolocation info.
' +
+ 'The database will be downloaded from MaxMind,
' +
+ 'and requires 100MB of free space to install in your PlexPy directory.
'
var url = 'install_geoip_db';
confirmAjaxCall(url, msg, 'Installing GeoLite2 database.', getConfigurationTable);
});