diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:44:10 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:44:10 +0200 |
commit | 5f7d83bd4d1a5e9e22d05ebda8ed1e82492d0094 (patch) | |
tree | 469a14fc31c744ae47405c203278fdad62a2a744 | |
parent | 52916bfcec802a278420117a200104b9f865efc1 (diff) | |
download | volse-hubzilla-5f7d83bd4d1a5e9e22d05ebda8ed1e82492d0094.tar.gz volse-hubzilla-5f7d83bd4d1a5e9e22d05ebda8ed1e82492d0094.tar.bz2 volse-hubzilla-5f7d83bd4d1a5e9e22d05ebda8ed1e82492d0094.zip |
Update Articles.php
-rw-r--r-- | Zotlabs/Module/Articles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php index 1a9691b6a..ad4d67c4e 100644 --- a/Zotlabs/Module/Articles.php +++ b/Zotlabs/Module/Articles.php @@ -40,7 +40,7 @@ class Articles extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('Articles App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('Articles App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('Create interactive articles'); return $o; } |