Update Pdledit.php

This commit is contained in:
Max Kostikov 2018-09-28 19:49:02 +02:00
parent c8399e8104
commit 5500473387

View File

@ -39,7 +39,7 @@ class Pdledit extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; 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'); $o .= t('Provides the ability to edit system page layouts');
return $o; return $o;
} }