Browse Source

Merge pull request #268 from colinschoen/release-2.1

Fixed typo integartion -> integration
Matthew K. 12 years ago
parent
commit
68a36a41e1
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

@@ -305,7 +305,7 @@ $txt['core_settings_item_dr_desc'] = 'Enabling this feature will allow users to
 $txt['core_settings_item_cp'] = 'Advanced Profile Fields';
 $txt['core_settings_item_cp_desc'] = 'This enables you to hide standard profile fields, add profile fields to registration, and create new profile fields for your forum.';
 $txt['core_settings_item_ih'] = 'Integration Hooks Management';
-$txt['core_settings_item_ih_desc'] = 'This feature allows you to enable or disable any intergartion hooks added by modifications. Changing hooks can prevent your forum from working properly, so use this feature only if you know what you are doing.';
+$txt['core_settings_item_ih_desc'] = 'This feature allows you to enable or disable any integration hooks added by modifications. Changing hooks can prevent your forum from working properly, so use this feature only if you know what you are doing.';
 $txt['core_settings_item_k'] = 'Karma';
 $txt['core_settings_item_k_desc'] = 'Karma is a feature that shows the popularity of a member. Members, if allowed, can \'applaud\' or \'smite\' other members, which is how their popularity is calculated.';
 $txt['core_settings_item_ml'] = 'Moderation, Administration and User Logs';