Stable release v2.10.0

This commit is contained in:
2019-08-14 13:45:49 +02:00
parent 7fed9d7a1c
commit 3a27038164
8 changed files with 110 additions and 102 deletions

View File

@ -1051,11 +1051,17 @@ class ComponentbuilderModelAjax extends JModelList
switch ($value)
{
case 1:
return JText::_('COM_COMPONENTBUILDER_SHOW_IN_LIST_VIEW');
return JText::_('COM_COMPONENTBUILDER_SHOW_IN_ALL_LIST_VIEWS');
break;
case 2:
return JText::_('COM_COMPONENTBUILDER_NONE_DB');
break;
case 3:
return JText::_('COM_COMPONENTBUILDER_ONLY_IN_ADMIN_LIST_VIEW');
break;
case 4:
return JText::_('COM_COMPONENTBUILDER_ONLY_IN_LINKED_LIST_VIEWS');
break;
default:
return JText::_('COM_COMPONENTBUILDER_DEFAULT');
break;