mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
- 파일 첨부 버튼을 "사진 및 파일 첨부"로 변경 #800 - 파일 첨부 상자를 CKEditor 기본 스킨과 같은 색으로 변경 - 파일 첨부 상자의 border-radius를 제거하여 CKEditor와 통일성 유지
4 lines
235 B
PHP
4 lines
235 B
PHP
<?php
|
|
$lang->ckeditor_about_file_drop_area = 'Drop your files here, or click the button to the left.';
|
|
$lang->ckeditor_file_uploading = 'Uploading...';
|
|
$lang->ckeditor_file_count = '<span class="file_count">0</span> file(s) attached';
|