diff options
author | M. Dent <dentm42@gmail.com> | 2018-09-28 21:34:15 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-09-28 21:34:15 +0200 |
commit | 2904e58a9fea6441202d1f9f7a3304a2d2b1429c (patch) | |
tree | e8abdb848f72419bead929555d59035c64b5acfc /Zotlabs/Module/Sources.php | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
parent | c45a9504e7c4fe8add92276deecb1866c2a388bf (diff) | |
download | volse-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.php | 2 |
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; } |