From 433c015450e143ec8651d3cb869268ea164e8217 Mon Sep 17 00:00:00 2001
From: Constanze <conlin91.ol@googlemail.com>
Date: Thu, 14 Nov 2013 16:27:37 +0100
Subject: [PATCH] renamed "read later", fixed #56

---
 templates/list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/list.php b/templates/list.php
index c6c4ac0f..e0b6c52a 100644
--- a/templates/list.php
+++ b/templates/list.php
@@ -12,7 +12,7 @@ function bookmarklet(){
 	$blet .= OCP\Util::linkToAbsolute('bookmarks', 'addBm.php');
 	$blet .= "?output=popup&url='+c(b.location)+'&title='+e,'bkmk_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=400px,width=550px,resizable=1,alwaysRaised=1');a.setTimeout(function(){d.focus()},300);})();";
 	$help_msg  = $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:');
-	return '<div class="bkm_hint">'.$help_msg.'</div><br /><a class="button bookmarklet" href="' . $blet . '">' . $l->t('Read later') . '</a>';
+	return '<div class="bkm_hint">'.$help_msg.'</div><br /><a class="button bookmarklet" href="' . $blet . '">' . $l->t('Add to ownCloud') . '</a>';
 }
 ?>