aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sources.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
committerM. Dent <dentm42@gmail.com>2018-09-28 21:34:15 +0200
commit2904e58a9fea6441202d1f9f7a3304a2d2b1429c (patch)
treee8abdb848f72419bead929555d59035c64b5acfc /Zotlabs/Module/Sources.php
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
parentc45a9504e7c4fe8add92276deecb1866c2a388bf (diff)
downloadvolse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.gz
volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.tar.bz2
volse-hubzilla-2904e58a9fea6441202d1f9f7a3304a2d2b1429c.zip
Merge translations for non-installed apps message
See merge request hubzilla/core!1296
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..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>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;
}