Bladeren bron

Merge pull request #377 from ziycon/CreditsPMTitleChange

Fix PM title on credits page.
Oldiesmann 11 jaren geleden
bovenliggende
commit
c5f433a9d4
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 "Oldiesmann" 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';