diff --git a/Zotlabs/Module/Pdledit.php b/Zotlabs/Module/Pdledit.php
index cd5ec3709..5cedb29a8 100644
--- a/Zotlabs/Module/Pdledit.php
+++ b/Zotlabs/Module/Pdledit.php
@@ -39,7 +39,7 @@ class Pdledit extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '' . t('PDL Editor App (Not Installed):') . '
';
+ $o = '' . t('PDL Editor App') . ' (' . t('Not Installed') . '):
';
$o .= t('Provides the ability to edit system page layouts');
return $o;
}