diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 15:27:16 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 15:27:16 +0200 |
commit | 86fc5b5ed82d8a764699929e477ef104d540d802 (patch) | |
tree | 199dd0a9a20ed8e59835ac22afc98b906d8d92c2 /Zotlabs/Module | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
download | volse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.tar.gz volse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.tar.bz2 volse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.zip |
Update Sources.php
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Sources.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sources.php b/Zotlabs/Module/Sources.php index 5d05244a7..f761d5666 100644 --- a/Zotlabs/Module/Sources.php +++ b/Zotlabs/Module/Sources.php @@ -85,7 +85,7 @@ class Sources extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>Sources App (Not Installed):</b><br>'; + $o = '<b>' . t('Sources App (Not Installed):') . '</b><br>'; $o .= t('Automatically import channel content from other channels or feeds'); return $o; } |