Browse Source

Fix PM title on credits page.

Signed-off-by: ziycon <[email protected]>
ziycon 11 years ago
parent
commit
1ecd829979
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Sources/Who.php
  2. 1 1
      Themes/default/languages/Who.english.php

+ 1 - 1
Sources/Who.php

@@ -539,7 +539,7 @@ function Credits($in_admin = false)
 			'title' => $txt['credits_team'],
 			'groups' => array(
 				array(
-					'title' => $txt['credits_groups_ps'],
+					'title' => $txt['credits_groups_pm'],
 					'members' => array(
 						'Michael &quot;Oldiesmann&quot; Eshom',
 					),

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

@@ -138,7 +138,7 @@ $txt['credits_modifications'] = 'Modifications';
 $txt['credits_software_graphics'] = 'Software/Graphics';
 $txt['credits_software'] = 'Software';
 $txt['credits_graphics'] = 'Graphics';
-$txt['credits_groups_ps'] = 'Project Support';
+$txt['credits_groups_pm'] = 'Project Manager';
 $txt['credits_groups_dev'] = 'Developers';
 $txt['credits_groups_support'] = 'Support Specialists';
 $txt['credits_groups_customize'] = 'Customizers';