aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 19:49:56 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 19:49:56 +0200
commit6d3c1fb7fcc5bfb56bbcf846bf939c1a6aeff3c4 (patch)
tree2e82e045a95851460ccc1b8ab2618a98c3ce06b3
parent01043fa790116a89619c0a0fe9c12bd566db8cc7 (diff)
downloadvolse-hubzilla-6d3c1fb7fcc5bfb56bbcf846bf939c1a6aeff3c4.tar.gz
volse-hubzilla-6d3c1fb7fcc5bfb56bbcf846bf939c1a6aeff3c4.tar.bz2
volse-hubzilla-6d3c1fb7fcc5bfb56bbcf846bf939c1a6aeff3c4.zip
Update 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 f761d5666..e535f6ebf 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>' . t('Sources App (Not Installed):') . '</b><br>';
+ $o = '<b>' . t('Sources App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Automatically import channel content from other channels or feeds');
return $o;
}