bookmarks: change wording

(cherry picked from commit a522a66715)
This commit is contained in:
Mario Vavti 2018-10-06 12:50:17 +00:00 committed by Mario
parent 0558a25141
commit 62730366ee

View File

@ -76,7 +76,7 @@ class Bookmarks extends \Zotlabs\Web\Controller {
App::$pdl = '';
$o = '<b>' . t('Bookmarks App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Bookmark links from the item dropdown and manage them');
$o .= t('Bookmark links from posts and manage them');
return $o;
}