Browse Source

! missing text string and ManagePermissions simple tag for censor words
! A couple of mundane changes to text for readability / consistency

Spuds 12 years ago
parent
commit
6261424eb0

+ 1 - 0
Sources/ManagePermissions.php

@@ -1404,6 +1404,7 @@ function loadAllPermissions($loadType = 'classic')
 		'membergroup' => array(
 			'simple' => array(
 				'view_basic_info',
+				'disable_censor',
 				'use_pm_system',
 				'post_calendar',
 				'edit_profile',

+ 1 - 0
Themes/default/languages/ManagePermissions.english.php

@@ -259,6 +259,7 @@ $txt['permissionhelp_view_attachments'] = 'Attachments are files that are attach
 $txt['permissionname_post_attachment'] = 'Post attachments';
 $txt['permissionhelp_post_attachment'] = 'Attachments are files that are attached to posted messages. One message can contain multiple attachments.';
 
+$txt['permissiongroup_simple_disable_censor'] = 'Word Censor';
 $txt['permissiongroup_simple_view_basic_info'] = 'Use basic forum functionality';
 $txt['permissiongroup_simple_use_pm_system'] = 'Contact members using the personal messaging system';
 $txt['permissiongroup_simple_post_calendar'] = 'Post events onto the calendar';

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

@@ -38,7 +38,7 @@ $txt['search_weight_first_message'] = 'Relative search weight for a first messag
 $txt['search_weight_sticky'] = 'Relative search weight for a sticky topic';
 
 $txt['search_settings_desc'] = 'Here you can changes the basic settings of the search function.';
-$txt['search_settings_title'] = 'Search function - settings';
+$txt['search_settings_title'] = 'Search Settings';
 
 $txt['search_weights_desc'] = 'Here you can change the individual components of the relevance rating. ';
 $txt['search_weights_title'] = 'Search - weights';

+ 2 - 2
Themes/default/languages/index.english.php

@@ -654,8 +654,8 @@ $txt['quickmod_split_selected'] = 'Split Selected';
 // In this string, don't use entities. (&, etc.)
 $txt['show_personal_messages'] = 'You have received one or more new personal messages.\\nWould you like to open a new window to view them?';
 
-$txt['previous_next_back'] = '« previous';
-$txt['previous_next_forward'] = 'next »';
+$txt['previous_next_back'] = '&171; previous';
+$txt['previous_next_forward'] = 'next &187;';
 
 $txt['movetopic_auto_board'] = '[BOARD]';
 $txt['movetopic_auto_topic'] = '[TOPIC LINK]';