diff options
Diffstat (limited to 'application/bookmark/BookmarkInitializer.php')
-rw-r--r-- | application/bookmark/BookmarkInitializer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/bookmark/BookmarkInitializer.php b/application/bookmark/BookmarkInitializer.php index 98dd3f1c..2240f58c 100644 --- a/application/bookmark/BookmarkInitializer.php +++ b/application/bookmark/BookmarkInitializer.php | |||
@@ -39,7 +39,7 @@ class BookmarkInitializer | |||
39 | $bookmark->setTitle('Calm Jazz Music - YouTube ' . t('(private bookmark with thumbnail demo)')); | 39 | $bookmark->setTitle('Calm Jazz Music - YouTube ' . t('(private bookmark with thumbnail demo)')); |
40 | $bookmark->setUrl('https://www.youtube.com/watch?v=DVEUcbPkb-c'); | 40 | $bookmark->setUrl('https://www.youtube.com/watch?v=DVEUcbPkb-c'); |
41 | $bookmark->setDescription(t( | 41 | $bookmark->setDescription(t( |
42 | 'Shaarli will automatically pick up the thumbnail for links to a variety of websites. | 42 | 'Shaarli will automatically pick up the thumbnail for links to a variety of websites. |
43 | 43 | ||
44 | Explore your new Shaarli instance by trying out controls and menus. | 44 | Explore your new Shaarli instance by trying out controls and menus. |
45 | Visit the project on [Github](https://github.com/shaarli/Shaarli) or [the documentation](https://shaarli.readthedocs.io/en/master/) to learn more about Shaarli. | 45 | Visit the project on [Github](https://github.com/shaarli/Shaarli) or [the documentation](https://shaarli.readthedocs.io/en/master/) to learn more about Shaarli. |
@@ -54,7 +54,7 @@ Now you can edit or delete the default shaares. | |||
54 | $bookmark = new Bookmark(); | 54 | $bookmark = new Bookmark(); |
55 | $bookmark->setTitle(t('Note: Shaare descriptions')); | 55 | $bookmark->setTitle(t('Note: Shaare descriptions')); |
56 | $bookmark->setDescription(t( | 56 | $bookmark->setDescription(t( |
57 | 'Adding a shaare without entering a URL creates a text-only "note" post such as this one. | 57 | 'Adding a shaare without entering a URL creates a text-only "note" post such as this one. |
58 | This note is private, so you are the only one able to see it while logged in. | 58 | This note is private, so you are the only one able to see it while logged in. |
59 | 59 | ||
60 | You can use this to keep notes, post articles, code snippets, and much more. | 60 | You can use this to keep notes, post articles, code snippets, and much more. |
@@ -91,7 +91,7 @@ Markdown also supports tables: | |||
91 | 'Shaarli - ' . t('The personal, minimalist, super-fast, database free, bookmarking service') | 91 | 'Shaarli - ' . t('The personal, minimalist, super-fast, database free, bookmarking service') |
92 | ); | 92 | ); |
93 | $bookmark->setDescription(t( | 93 | $bookmark->setDescription(t( |
94 | 'Welcome to Shaarli! | 94 | 'Welcome to Shaarli! |
95 | 95 | ||
96 | Shaarli allows you to bookmark your favorite pages, and share them with others or store them privately. | 96 | Shaarli allows you to bookmark your favorite pages, and share them with others or store them privately. |
97 | You can add a description to your bookmarks, such as this one, and tag them. | 97 | You can add a description to your bookmarks, such as this one, and tag them. |