Update Sources.php

This commit is contained in:
Max Kostikov 2018-09-28 15:27:16 +02:00
parent 27fef98a39
commit 86fc5b5ed8

View File

@ -85,7 +85,7 @@ class Sources extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Sources App (Not Installed):</b><br>';
$o = '<b>' . t('Sources App (Not Installed):') . '</b><br>';
$o .= t('Automatically import channel content from other channels or feeds');
return $o;
}