diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-05-26 08:55:35 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-05-26 08:55:35 +0200 |
commit | 372f3faa70cb8f9aba9678151ee96cdc006c4fc9 (patch) | |
tree | f920a5c8578bf8e255dc2ec2bc29c7127a4a7fa4 /src/web/templates/edit_bookmark.html | |
parent | Improved layout. (diff) | |
download | newspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.tar.gz newspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.tar.bz2 newspipe-372f3faa70cb8f9aba9678151ee96cdc006c4fc9.zip |
Updated translations.
Diffstat (limited to 'src/web/templates/edit_bookmark.html')
-rw-r--r-- | src/web/templates/edit_bookmark.html | 4 |
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 /> |