Fix typos, tweak a couple of phrases and avoid using term 'blacklist'.
Ere Maijala

Ere Maijala commited on 2022-04-10 12:17:37
Showing 1 changed files, with 6 additions and 6 deletions.


Signed-off-by: Ere Maijala <ere@labs.fi>
... ...
@@ -12,7 +12,7 @@ $txt['sfs_enabled'] = 'Enable Stop Forum Spam?';
12 12
 $txt['sfs_expire'] = 'Limit results to entries in the past x days';
13 13
 $txt['sfs_log_debug'] = 'Enable Logging of all SFS requests (Debugging Only)?';
14 14
 $txt['sfs_ipcheck'] = 'Check IP Address?';
15
-$txt['sfs_ipcheck_autoban'] = 'Automatically ban IPs that are blacklisted?';
15
+$txt['sfs_ipcheck_autoban'] = 'Automatically ban IPs that are blocked?';
16 16
 $txt['sfs_usernamecheck'] = 'Check Username?';
17 17
 $txt['sfs_username_confidence'] = 'Confidence level for usernames on registration';
18 18
 $txt['sfs_emailcheck'] = 'Check Email? (Recommended)';
... ...
@@ -38,7 +38,7 @@ $txt['sfs_tor_check_bad'] = 'Block Only Known Bad Exit Nodes';
38 38
 
39 39
 /* Admin Section: Verification Options header */
40 40
 $txt['sfs_verification_title'] = 'Verification Options';
41
-$txt['sfs_verification_desc'] = 'Usage of these options reuqire Anti-Spam Verification options to be setup and configurred.  Disabling verification options or not requiring it in specific sections will override these options.';
41
+$txt['sfs_verification_desc'] = 'These options require Anti-Spam Verification options to be setup and configured.  Disabling verification options or not requiring them in specific sections will override these options.';
42 42
 
43 43
 /* Admin Section: Verification Options for guests */
44 44
 $txt['sfs_verification_options'] = 'Guest Verification Sections';
... ...
@@ -47,7 +47,7 @@ $txt['sfs_verification_options_post'] = 'Posting';
47 47
 $txt['sfs_verification_options_report'] = 'Reporting Topics';
48 48
 $txt['sfs_verification_options_search'] = 'Search (Not Recommended)';
49 49
 $txt['sfs_verification_options_extra'] = 'Extra sections';
50
-$txt['sfs_verification_options_extra_subtext'] = 'Used for other mods or areas that add additional sections using custom verification names.  Use comma separted values. Use % for wildcards';
50
+$txt['sfs_verification_options_extra_subtext'] = 'Used for other mods or areas that add additional sections using custom verification names.  Use comma-separated values. Use % for wildcards';
51 51
 
52 52
 $txt['sfs_verification_options_members'] = 'Member Verification Sections';
53 53
 $txt['sfs_verification_options_members_post_threshold'] = 'Post Count after which we stop these checks.';
... ...
@@ -58,7 +58,7 @@ $txt['sfs_request_failure'] = 'SFS Failed with invalid response';
58 58
 $txt['sfs_request_failure_nodata'] = 'SFS Failed as no data was sent';
59 59
 
60 60
 /* Spammer detection */
61
-$txt['sfs_request_blocked'] = 'Your request was denied as one or more emails, usernames, or IPs where found on the Stop Forum Spam blacklist';
61
+$txt['sfs_request_blocked'] = 'Your request was denied as your email, username and/or IP address is listed in the Stop Forum Spam database';
62 62
 
63 63
 /* Admin Section Logs */
64 64
 $txt['sfs_log_no_entries_found'] = 'No Entries found in the SFS logs';
... ...
@@ -89,8 +89,8 @@ $txt['sfs_log_confidence'] = 'Confidence Level: %1$s';
89 89
 
90 90
 // The ban group info.
91 91
 $txt['sfs_ban_group_name'] = 'SFS Automatic IP Bans';
92
-$txt['sfs_ban_group_reason'] = 'Your IP has triggered the automatic ban for poor reputation and has been blacklisted';
93
-$txt['sfs_ban_group_notes'] = 'This Group is automatically created by the Stop Forum Spam Customization and automatically will add IPs that are blacklisted to this group';
92
+$txt['sfs_ban_group_reason'] = 'Your IP address has triggered an automatic ban for poor reputation and has been blocked';
93
+$txt['sfs_ban_group_notes'] = 'This Group is automatically created by the Stop Forum Spam Customization, and blocked IPs will be automatically added to this group';
94 94
 
95 95
 // Profile menu
96 96
 $txt['sfs_profile'] = 'Track Stop Forum Spam';
97 97