i81n fix from David House. fixes #2214

git-svn-id: http://svn.automattic.com/wordpress/trunk@3412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-07 06:33:49 +00:00
parent 84da5fc90f
commit 0784227411
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');