mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
번역수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4120 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8f277dece3
commit
1c37f1f49a
2 changed files with 2 additions and 2 deletions
|
|
@ -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?';
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue