add missing strings for frio

This commit is contained in:
rabuzarus 2016-06-25 12:21:13 +02:00
commit 073f520cee
8 changed files with 29 additions and 11 deletions

View file

@ -687,6 +687,8 @@ function advanced_profile(&$a) {
return replace_macros($tpl, array(
'$title' => t('Profile'),
'$basic' => t('Basic'),
'$advanced' => t('Advanced'),
'$profile' => $profile
));
}