mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #958 missing option for comment content style
This commit is contained in:
parent
a7d222184d
commit
ebcf19b9ec
3 changed files with 26 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$lang->editor_component = 'Editor Component';
|
||||
$lang->main_editor = 'Main editor';
|
||||
$lang->comment_editor = 'Comment editor';
|
||||
$lang->editor_option = 'Editor Options';
|
||||
$lang->main_editor = 'Main Editor';
|
||||
$lang->comment_editor = 'Comment Editor';
|
||||
$lang->editor_common_settings = 'Common Settings';
|
||||
$lang->guide_choose_main_editor = 'Main editor';
|
||||
$lang->guide_set_height_main_editor = 'Main editor height';
|
||||
$lang->guide_set_main_editor_toolbar = 'Main editor toolbar';
|
||||
|
|
@ -15,6 +15,7 @@ $lang->guide_additional_mobile_css = 'Additional CSS Files for Mobile';
|
|||
$lang->guide_additional_plugins = 'Load additional plugins';
|
||||
$lang->guide_remove_plugins = 'Remove plugins';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_comment_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_font_preview = 'Preview';
|
||||
$lang->guide_choose_font_body = 'Default font';
|
||||
$lang->guide_choose_font_size_body = 'Default font size';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue