aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notes.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Notes.php')
-rw-r--r--Zotlabs/Module/Notes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Notes.php b/Zotlabs/Module/Notes.php
index cd383a6c2..2916925e2 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 = '<b>Notes App (Not Installed):</b><br>';
+ $o = '<b>' . t('Notes App (Not Installed):') . '</b><br>';
$o .= t('A simple notes app with a widget (note: notes are not encrypted)');
return $o;
}