aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pdledit.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Pdledit.php')
-rw-r--r--Zotlabs/Module/Pdledit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pdledit.php b/Zotlabs/Module/Pdledit.php
index d0bde7715..cd5ec3709 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 = '<b>PDL Editor App (Not Installed):</b><br>';
+ $o = '<b>' . t('PDL Editor App (Not Installed):') . '</b><br>';
$o .= t('Provides the ability to edit system page layouts');
return $o;
}