Fixes on corefields internatinalization
This commit is contained in:
parent
c980654ce5
commit
ac0b0f5e5a
6 changed files with 23 additions and 28 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace PhangoApp\PhaModels\CoreFields;
|
||||
use PhangoApp\PhaI18n\I18n;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -60,7 +61,7 @@ class ParentField extends IntegerField{
|
|||
{
|
||||
|
||||
|
||||
$arr_values=array('', PhangoVar::$l_['common']->lang('any_option_chosen', 'Any option chosen'), '');
|
||||
$arr_values=array('', I18n::lang('common', 'any_option_chosen', 'Any option chosen'), '');
|
||||
|
||||
return array($this->name_component, '', $arr_values);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue