From: Marvin Thomas Rabe Date: Wed, 22 Feb 2012 22:53:54 +0000 (+0100) Subject: Changed text X-Git-Tag: v4.0.0beta~201^2~20^2~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=358fd1c0241d1f8c21637490350c0eac6b29c230;p=nextcloud-server.git Changed text --- diff --git a/apps/bookmarks/templates/bookmarklet.php b/apps/bookmarks/templates/bookmarklet.php index 23779477cb6..3d8bbcc7b31 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') . ''; }