From 372f3faa70cb8f9aba9678151ee96cdc006c4fc9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 26 May 2017 08:55:35 +0200 Subject: Updated translations. --- src/web/templates/edit_bookmark.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/edit_bookmark.html b/src/web/templates/edit_bookmark.html index b054e22f..da7c0eaa 100644 --- a/src/web/templates/edit_bookmark.html +++ b/src/web/templates/edit_bookmark.html @@ -62,7 +62,7 @@ - {% if action == "Add a bookmark" %} + {% if action == _('Add a new bookmark') %}

{{ _('You can add a bookmark with a bookmarklet. Drag the following button to your browser bookmarks.') }}

@@ -70,7 +70,7 @@
-

{{ _('Import bookmarks from Pinboard') }} (*.json)

+

{{ _('Import bookmarks from Pinboard') }} (*.json)


-- cgit