diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:49:02 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:49:02 +0200 |
commit | 5500473387e16772cc4feb7c3821b733b0b08157 (patch) | |
tree | 72da6b12bcb166fbb07d618f3c5dcbbe97b85c13 | |
parent | c8399e8104b44273052581c5bbdb77debbe5b75e (diff) | |
download | volse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.tar.gz volse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.tar.bz2 volse-hubzilla-5500473387e16772cc4feb7c3821b733b0b08157.zip |
Update Pdledit.php
-rw-r--r-- | Zotlabs/Module/Pdledit.php | 2 |
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; } |