aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 19:49:02 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 19:49:02 +0200
commit5500473387e16772cc4feb7c3821b733b0b08157 (patch)
tree72da6b12bcb166fbb07d618f3c5dcbbe97b85c13
parentc8399e8104b44273052581c5bbdb77debbe5b75e (diff)
downloadvolse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.tar.gz
volse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.tar.bz2
volse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.zip
Update 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 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 = '<b>' . t('PDL Editor App (Not Installed):') . '</b><br>';
+ $o = '<b>' . t('PDL Editor App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Provides the ability to edit system page layouts');
return $o;
}