영어 - 오타 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2944 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-11-06 16:42:05 +00:00
parent 2b50f0d126
commit 5a823bb7ac
2 changed files with 5 additions and 5 deletions

View file

@ -128,10 +128,10 @@
$lang->member_count = 'Member Count'; $lang->member_count = 'Member Count';
$lang->date = 'Date'; $lang->date = 'Date';
$lang->regdate = 'Registered Date'; $lang->regdate = 'Registered Date';
$lang->last_update = 'Late Update'; $lang->last_update = 'Last Update';
$lang->last_post = 'Late Post'; $lang->last_post = 'Last Post';
$lang->signup_date = 'Registered Date'; $lang->signup_date = 'Registered Date';
$lang->last_login = 'Late Login'; $lang->last_login = 'Last Login';
$lang->first_page = 'First Page'; $lang->first_page = 'First Page';
$lang->last_page = 'Last Page'; $lang->last_page = 'Last Page';
$lang->search_target = 'Searching Target'; $lang->search_target = 'Searching Target';
@ -157,7 +157,7 @@
$lang->unit_year = 'year'; $lang->unit_year = 'year';
// Descriptions // Descriptions
$lang->about_tag = 'You can submit multiple tags by inserting commas(,) between each tag'; $lang->about_tag = 'You may submit multiple tags by inserting commas(,) between each tag';
$lang->about_layout = 'Layouts decorate the appearance of your modules. you can configure them from Layout menu on the top'; $lang->about_layout = 'Layouts decorate the appearance of your modules. you can configure them from Layout menu on the top';
// Messages // Messages

View file

@ -68,7 +68,7 @@
'nick_name' => 'Nickname', 'nick_name' => 'Nickname',
'email_address' => 'Email Address', 'email_address' => 'Email Address',
'regdate' => 'Join Date', 'regdate' => 'Join Date',
'last_login' => 'Latest Login Date', 'last_login' => 'Last Login Date',
'extra_vars' => 'Extra Vars', 'extra_vars' => 'Extra Vars',
); );