Fix #791 missing translation for subtitle_primary

This commit is contained in:
Kijin Sung 2017-04-13 23:34:56 +09:00
parent dc4616eecc
commit e19ef3ab41
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<?php
$lang->admin = 'Admin';
$lang->cmd_configure = 'Configure';
$lang->subtitle_primary = 'Basic Settings';
$lang->subtitle_site_info = 'Site';
$lang->subtitle_notification = 'Notifications';
$lang->subtitle_security = 'Security';