diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt
index e907310..36fbe1d 100755
--- a/Source/lang/strings_english.txt
+++ b/Source/lang/strings_english.txt
@@ -75,7 +75,7 @@
$s_plugin_Source_configuration = 'Configuration';
$s_plugin_Source_api_key = 'API Key';
-$s_plugin_Source_api_key_info = 'This is a secret password to be used for GitHub and similar cloud-hosted sites that do not have a strict set of IP Addresses to allow.
To generate a random key, run openssl rand -hex 12
or similar.';
+$s_plugin_Source_api_key_info = 'This is a secret password to be used by services sending commit data to Mantis.
To generate a random key, run openssl rand -hex 12
or similar.';
$s_plugin_Source_allow_remote_checkin = 'Allow Remote Check-In
(Deprecated)';
$s_plugin_Source_remote_checkin_urls = 'Allowed Addresses';
$s_plugin_Source_allow_remote_import = 'Allow Remote Imports
(Deprecated)';