aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-26 08:55:35 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-05-26 08:55:35 +0200
commit372f3faa70cb8f9aba9678151ee96cdc006c4fc9 (patch)
treef920a5c8578bf8e255dc2ec2bc29c7127a4a7fa4 /src/web/templates
parentImproved layout. (diff)
downloadnewspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.tar.gz
newspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.tar.bz2
newspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.zip
Updated translations.
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/edit_bookmark.html4
1 files changed, 2 insertions, 2 deletions
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 @@
</div>
</form>
</div>
- {% if action == "Add a bookmark" %}
+ {% if action == _('Add a new bookmark') %}
<div class="row">
<div class="col-md-6 pull-right">
<p>{{ _('You can add a bookmark with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p>
@@ -70,7 +70,7 @@
</div>
<div class="col-md-6">
<form action="{{ url_for('bookmark.import_pinboard') }}" method="post" id="formImportPinboard" enctype="multipart/form-data">
- <p>{{ _('Import bookmarks from Pinboard') }} (<span class="text-info">*.json</span>)</p>
+ <p>{{ _('Import bookmarks from Pinboard') }} (*.json)</p>
<span>
<input type="file" name="jsonfile" />
<br />
bgstack15