aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 16:01:05 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 16:01:05 +0200
commiteea9e2c1d0f87d8100b834dc84c2a1ef3ffc7c81 (patch)
tree8a2cd4cc689c9794d02c32c49a677b27be8b48b7 /Zotlabs
parent171d129ad1a1b3a03752655222ba77d935efe7f7 (diff)
parent86fc5b5ed82d8a764699929e477ef104d540d802 (diff)
downloadvolse-hubzilla-eea9e2c1d0f87d8100b834dc84c2a1ef3ffc7c81.tar.gz
volse-hubzilla-eea9e2c1d0f87d8100b834dc84c2a1ef3ffc7c81.tar.bz2
volse-hubzilla-eea9e2c1d0f87d8100b834dc84c2a1ef3ffc7c81.zip
Merge branch 'patch-16' into 'dev'
Update Sources.php See merge request Kostikov/core!16
Diffstat (limited to 'Zotlabs')
-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;
}