summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-22 23:53:54 +0100
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2012-02-22 23:53:54 +0100
commit358fd1c0241d1f8c21637490350c0eac6b29c230 (patch)
tree0d3e801d674355f2f3787eb74b87611831ee0013 /apps/bookmarks
parent77493e8d704c5a9c986b453583f966cb976409c9 (diff)
downloadnextcloud-server-358fd1c0241d1f8c21637490350c0eac6b29c230.tar.gz
nextcloud-server-358fd1c0241d1f8c21637490350c0eac6b29c230.zip
Changed text
Diffstat (limited to 'apps/bookmarks')
-rw-r--r--apps/bookmarks/templates/bookmarklet.php2
1 files changed, 1 insertions, 1 deletions
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 '<small>' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage:') . '</small>'
+ echo '<small>' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . '</small>'
. '<a class="button" href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open(\'' . OC_Helper::linkToAbsolute('bookmarks', 'addBm.php') . '?output=popup&url=\'+c(b.location),\'bkmk_popup\',\'left=\'+((a.screenX||a.screenLeft)+10)+\',top=\'+((a.screenY||a.screenTop)+10)+\',height=230px,width=230px,resizable=1,alwaysRaised=1\');a.setTimeout(function(){d.focus()},300);})();">'
. $l->t('Read later') . '</a>';
}