diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt
index 074c2df..424be85 100755
--- a/Source/lang/strings_english.txt
+++ b/Source/lang/strings_english.txt
@@ -141,5 +141,5 @@
$s_plugin_Source_changeset_column_title = 'C';
-$s_plugin_Source_api_key = 'Secret API Key';
-$s_plugin_Source_api_key_info = 'This is a password to be used for GitHub and similar cloud-hosted sites that do not have a strict set of IP Addresses to allow.';
+$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.';