diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 15:30:03 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 15:30:03 +0200 |
commit | 24c7bb600e9d22269243ac229a94438b093e8716 (patch) | |
tree | f25ddd535b365fbdef524f22e23d1ee2a5ea789d | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
download | volse-hubzilla-24c7bb600e9d22269243ac229a94438b093e8716.tar.gz volse-hubzilla-24c7bb600e9d22269243ac229a94438b093e8716.tar.bz2 volse-hubzilla-24c7bb600e9d22269243ac229a94438b093e8716.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 7af1ab6b8..1a9691b6a 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>Articles App (Not Installed):</b><br>'; + $o = '<b>' . t('Articles App (Not Installed):') . '</b><br>'; $o .= t('Create interactive articles'); return $o; } |