diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt
index 424be85..e907310 100755
--- a/Source/lang/strings_english.txt
+++ b/Source/lang/strings_english.txt
@@ -74,9 +74,11 @@
$s_plugin_Source_attach_to_issue = 'Attach Issues:';
$s_plugin_Source_configuration = 'Configuration';
-$s_plugin_Source_allow_remote_checkin = 'Allow Remote Check-In';
+$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_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';
+$s_plugin_Source_allow_remote_import = 'Allow Remote Imports
(Deprecated)';
$s_plugin_Source_remote_import_urls = 'Allowed Addresses';
$s_plugin_Source_view_threshold = 'View Threshold';
$s_plugin_Source_update_threshold = 'Update Threshold';
@@ -141,5 +143,3 @@
$s_plugin_Source_changeset_column_title = 'C';
-$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.';