diff --git a/Zotlabs/Module/Notes.php b/Zotlabs/Module/Notes.php
index 2916925e2..178a6bce0 100644
--- a/Zotlabs/Module/Notes.php
+++ b/Zotlabs/Module/Notes.php
@@ -52,7 +52,7 @@ class Notes extends Controller {
//Do not display any associated widgets at this point
App::$pdl = EMPTY_STR;
- $o = '' . t('Notes App (Not Installed):') . '
';
+ $o = '' . t('Notes App') . ' (' . t('Not Installed') . '):
';
$o .= t('A simple notes app with a widget (note: notes are not encrypted)');
return $o;
}