diff --git a/apps/bookmarks/templates/bookmarklet.php b/apps/bookmarks/templates/bookmarklet.php
index 23779477cb..3d8bbcc7b3 100644
--- a/apps/bookmarks/templates/bookmarklet.php
+++ b/apps/bookmarks/templates/bookmarklet.php
@@ -2,7 +2,7 @@
function createBookmarklet() {
$l = new OC_L10N('bookmarks');
- echo '' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage:') . ''
+ echo '' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . ''
. ''
. $l->t('Read later') . '';
}