i81n fix from David House. fixes #2214

git-svn-id: https://develop.svn.wordpress.org/trunk@3412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-07 06:33:49 +00:00
parent 915517c4f2
commit e9553ad2d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once('admin.php');
$title = 'Profile';
$title = __('Profile');
$parent_file = 'profile.php';
include_once('admin-header.php');