Move unrelated thumbnail setting out of the general config page

This commit is contained in:
Kijin Sung 2016-05-08 20:56:22 +09:00
parent ffa90345d0
commit 49a42abddb
6 changed files with 28 additions and 27 deletions

View file

@ -157,8 +157,8 @@ $lang->about_use_mobile_view = 'Show mobile page when visitors access with mobil
$lang->thumbnail_type = 'Select thumbnail type.';
$lang->input_footer_script = 'Footer script';
$lang->detail_input_footer_script = 'The script is inserted into the bottom of body. It does not work at admin page.';
$lang->corp = 'Crop(Cut)';
$lang->ratio = 'Ratio(Keep Aspect)';
$lang->corp = 'Crop (Cut)';
$lang->ratio = 'Ratio (Keep Aspect Ratio)';
$lang->admin_ip_allow = 'IP addresses allowed to log in as administrator';
$lang->admin_ip_deny = 'IP addresses forbidden to log in as administrator';
$lang->local_ip_address = 'Local IP address';