Update Cards.php
This commit is contained in:
parent
c0a485083d
commit
5c8e1169cd
@ -43,7 +43,7 @@ class Cards extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>' . t('Cards App (Not Installed):') . '</b><br>';
|
$o = '<b>' . t('Cards App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||||
$o .= t('Create personal planning cards');
|
$o .= t('Create personal planning cards');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user