aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notes.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-29 16:00:54 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-29 16:00:54 +0200
commit8265dac9c0127c55c378094b5ccceddc1d66bea4 (patch)
treec94c4a57240d1c42bfcec2f32fac9b6fd7238570 /Zotlabs/Module/Notes.php
parent6eeac03a0e42ae88218b76948aedfa541022718c (diff)
parentba4a8aa7623038fd9926b58d826e7cb733176b48 (diff)
downloadvolse-hubzilla-8265dac9c0127c55c378094b5ccceddc1d66bea4.tar.gz
volse-hubzilla-8265dac9c0127c55c378094b5ccceddc1d66bea4.tar.bz2
volse-hubzilla-8265dac9c0127c55c378094b5ccceddc1d66bea4.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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..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 = '<b>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)');
return $o;
}