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 = '' . t('Sources App (Not Installed):') . '
';
+ $o = '' . t('Sources App') . ' (' . t('Not Installed') . '):
';
$o .= t('Automatically import channel content from other channels or feeds');
return $o;
}