diff --git a/core/lexicon/en/setting.inc.php b/core/lexicon/en/setting.inc.php index 7172a676a23..9757b600cde 100644 --- a/core/lexicon/en/setting.inc.php +++ b/core/lexicon/en/setting.inc.php @@ -765,6 +765,9 @@ $_lang['setting_topmenu_show_descriptions'] = 'Show Descriptions in Top Menu'; $_lang['setting_topmenu_show_descriptions_desc'] = 'If set to \'No\', MODX will hide the descriptions from top menu items in the manager.'; +$_lang['setting_topmenu_subitems_max'] = 'Maximum items in the drop-down lists of the top menu bar'; +$_lang['setting_topmenu_subitems_max_desc'] = 'The maximum number of items displayed in the drop-down lists of the top menu bar. The remaining items will be hidden in the \'...\' item.'; + $_lang['setting_tree_default_sort'] = 'Resource Tree Default Sort Field'; $_lang['setting_tree_default_sort_desc'] = 'The default sort field for the Resource tree when loading the manager.';