Browse Source

fixes langauge issue from smf discussion

Signed-off-by: Bryan Deakin <[email protected]>
Bryan Deakin 11 years ago
parent
commit
08a430f0cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/ManageSettings.english.php

+ 1 - 1
Themes/default/languages/ManageSettings.english.php

@@ -196,7 +196,7 @@ $txt['setting_warning_mute'] = 'Warning level for user muting';
 $txt['setting_warning_mute_note'] = 'The user warning level after which a user cannot post any further - 0 to disable.';
 $txt['setting_user_limit'] = 'Maximum user warning points per day';
 $txt['setting_user_limit_note'] = 'This value is the maximum amount of warning points a single moderator can assign to a user in a 24 hour period - 0 for no limit.';
-$txt['setting_warning_decrement'] = 'Warning points to decrement from users every 24 hours';
+$txt['setting_warning_decrement'] = 'Warning points that are decreased every 24 hours';
 $txt['setting_warning_decrement_note'] = 'Only applies to users not warned within last 24 hours - set to 0 to disable.';
 $txt['setting_warning_show'] = 'Users who can see warning status';
 $txt['setting_warning_show_note'] = 'Determines who can see the warning level of users on the forum.';