From: Frank Karlitschek Date: Sat, 21 Apr 2012 21:34:24 +0000 (+0200) Subject: make the button a bit more consistent to the other ownCloud interface X-Git-Tag: v4.0.0beta~238 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69f3b5e2d26d065351d61bfd8119181ebde08942;p=nextcloud-server.git make the button a bit more consistent to the other ownCloud interface --- diff --git a/apps/bookmarks/templates/bookmarklet.php b/apps/bookmarks/templates/bookmarklet.php index f7074462a79..a2ca0bba0e3 100644 --- a/apps/bookmarks/templates/bookmarklet.php +++ b/apps/bookmarks/templates/bookmarklet.php @@ -3,6 +3,6 @@ function createBookmarklet() { $l = OC_L10N::get('bookmarks'); echo '' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . '' - . '' + . '' . $l->t('Read later') . ''; }