aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sources.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 15:27:16 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 15:27:16 +0200
commit86fc5b5ed82d8a764699929e477ef104d540d802 (patch)
tree199dd0a9a20ed8e59835ac22afc98b906d8d92c2 /Zotlabs/Module/Sources.php
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
downloadvolse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.tar.gz
volse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.tar.bz2
volse-hubzilla-86fc5b5ed82d8a764699929e477ef104d540d802.zip
Update Sources.php
Diffstat (limited to 'Zotlabs/Module/Sources.php')
-rw-r--r--Zotlabs/Module/Sources.php2
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;
}