번역수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4120 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
aerofleet 2008-04-18 07:54:02 +00:00
parent 8f277dece3
commit 1c37f1f49a
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<?php <?php
$lang->alert_new_message_arrived = 'You got a new message. Do you want to check now?'; $lang->alert_new_message_arrived = 'You have a new message. Do you want to check now?';
?> ?>

View file

@ -51,7 +51,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row">Lang</th> <th scope="row">Language Selection</th>
<td> <td>
<select name="lang_type" onchange="doChangeLangType(this)"> <select name="lang_type" onchange="doChangeLangType(this)">
<option value="{$lang_type}">{$lang_supported[$lang_type]}</option> <option value="{$lang_type}">{$lang_supported[$lang_type]}</option>