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