mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Fix #1384 untranslated lang when URL is empty
This commit is contained in:
parent
f9112cae20
commit
da56b5af07
3 changed files with 5 additions and 1 deletions
|
|
@ -76,6 +76,8 @@ $lang->module_type = 'Select Page';
|
|||
$lang->create_menu_url = 'Create Page ID';
|
||||
$lang->select_menu_url = 'Select Page ID';
|
||||
$lang->exposure_limits = 'Exposure limits';
|
||||
$lang->msg_empty_menu_item = 'Menu item is empty.';
|
||||
$lang->msg_url_is_required = 'Please enter a valid URL.';
|
||||
$lang->copy = 'Copy';
|
||||
$lang->cut = 'Cut';
|
||||
$lang->paste = 'Paste';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue