Update Notes.php
This commit is contained in:
parent
e3e96e59d2
commit
c34c0c6718
@ -52,7 +52,7 @@ class Notes extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = EMPTY_STR;
|
App::$pdl = EMPTY_STR;
|
||||||
|
|
||||||
$o = '<b>' . t('Notes App (Not Installed):') . '</b><br>';
|
$o = '<b>' . t('Notes App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||||
$o .= t('A simple notes app with a widget (note: notes are not encrypted)');
|
$o .= t('A simple notes app with a widget (note: notes are not encrypted)');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user