mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Clean up some language files related to #511
This commit is contained in:
parent
807ea42b6d
commit
dab8504a2f
5 changed files with 12 additions and 10 deletions
|
|
@ -278,7 +278,7 @@
|
|||
<label class="x_control-label" for="comment_delete_message">{$lang->comment_delete_message}</label>
|
||||
<div class="x_controls">
|
||||
<select name="comment_delete_message" id="comment_delete_message">
|
||||
<option value="no" selected="selected"|cond="$module_info->comment_delete_message == 'no'">{$lang->cmd_do_not_massage}</option>
|
||||
<option value="no" selected="selected"|cond="$module_info->comment_delete_message == 'no'">{$lang->cmd_do_not_message}</option>
|
||||
<option value="yes" selected="selected"|cond="$module_info->comment_delete_message == 'yes'">{$lang->cmd_all_comment_message}</option>
|
||||
<option value="only_commnet" selected="selected"|cond="$module_info->comment_delete_message == 'only_commnet'">{$lang->cmd_only_p_comment}</option>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue