bookmarks: change wording

This commit is contained in:
Mario Vavti 2018-10-06 14:50:17 +02:00
parent c2c891723f
commit a522a66715

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