Merge branch 'patch-13' into 'dev'

Update Pdledit.php

See merge request Kostikov/core!19
This commit is contained in:
Max Kostikov 2018-09-28 16:03:05 +02:00
commit 61a7c4fb33

View File

@ -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;
}