diff --git a/library/language/source/email/user_activate_passwd.html b/library/language/source/email/user_activate_passwd.html index a8bd2178f..debb47c9c 100644 --- a/library/language/source/email/user_activate_passwd.html +++ b/library/language/source/email/user_activate_passwd.html @@ -8,7 +8,7 @@ To use the new password you need to activate it. To do this click the link provi {U_ACTIVATE} -If sucessful you will be able to login using the following password: +If successful you will be able to login using the following password: Password: {PASSWORD} diff --git a/library/language/source/email/user_welcome.html b/library/language/source/email/user_welcome.html index 35f8fee27..782aaad5f 100644 --- a/library/language/source/email/user_welcome.html +++ b/library/language/source/email/user_welcome.html @@ -9,7 +9,7 @@ Username: {USERNAME} Password: {PASSWORD} ---------------------------- -Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account. +Please do not forget your password as it has been encrypted in our database, and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account. Thank you for registering. diff --git a/library/language/source/email/user_welcome_inactive.html b/library/language/source/email/user_welcome_inactive.html index 313a11e00..013051e86 100644 --- a/library/language/source/email/user_welcome_inactive.html +++ b/library/language/source/email/user_welcome_inactive.html @@ -13,7 +13,7 @@ Your account is currently inactive. You cannot use it until you visit the follow {U_ACTIVATE} -Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account. +Please do not forget your password as it has been encrypted in our database, and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account. Thank you for registering. diff --git a/library/language/source/html/sidebar1.html b/library/language/source/html/sidebar1.html index 05bd01362..24da02f71 100644 --- a/library/language/source/html/sidebar1.html +++ b/library/language/source/html/sidebar1.html @@ -1,9 +1,12 @@

BitTorrent clients

diff --git a/library/language/source/main.php b/library/language/source/main.php index 78999a8da..b9384ff38 100644 --- a/library/language/source/main.php +++ b/library/language/source/main.php @@ -473,7 +473,7 @@ $lang['SEND_A_NEW_MESSAGE'] = 'Send a new private message'; $lang['SEND_A_REPLY'] = 'Reply to a private message'; $lang['EDIT_MESSAGE'] = 'Edit private message'; -$lang['NOTIFICATION_SUBJECT'] = 'New Private Message has been recieved!'; +$lang['NOTIFICATION_SUBJECT'] = 'New Private Message has been received!'; $lang['FIND_USERNAME'] = 'Find a username'; $lang['SELECT_USERNAME'] = 'Select a Username'; @@ -1686,7 +1686,7 @@ $lang['PRIVATE'] = 'Private'; $lang['REGISTERED'] = 'Registered'; $lang['ADMINISTRATORS'] = 'Administrators'; -// These are displayed in the drop down boxes for advanced mode forum auth, try and keep them short! +// These are displayed in the drop-down boxes for advanced mode forum auth, try and keep them short! $lang['FORUM_ALL'] = 'ALL'; $lang['FORUM_REG'] = 'REG'; $lang['FORUM_PRIVATE'] = 'PRIVATE'; @@ -2155,7 +2155,7 @@ $lang['EXTENSION_GROUP_EXIST'] = 'The Extension Group %s already exist'; // repl // Extensions -> Special Categories $lang['MANAGE_CATEGORIES'] = 'Manage Special Categories'; -$lang['MANAGE_CATEGORIES_EXPLAIN'] = 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categorys assigned to an Extension Group.'; +$lang['MANAGE_CATEGORIES_EXPLAIN'] = 'Here you can configure the Special Categories. You can set up Special Parameters and Conditions for the Special Categories assigned to an Extension Group.'; $lang['SETTINGS_CAT_IMAGES'] = 'Settings for Special Category: Images'; $lang['SETTINGS_CAT_FLASH'] = 'Settings for Special Category: Flash Files'; $lang['DISPLAY_INLINED'] = 'Display Images Inlined';