Commit 31e00250 authored by OzzieIsaacs's avatar OzzieIsaacs

Update Translation

parent 5a6ad970
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -2092,7 +2092,7 @@ def show_shelf(shelf_id): ...@@ -2092,7 +2092,7 @@ def show_shelf(shelf_id):
return render_title_template('shelf.html', entries=result, title=_(u"Shelf: '%(name)s'", name=shelf.name), return render_title_template('shelf.html', entries=result, title=_(u"Shelf: '%(name)s'", name=shelf.name),
shelf=shelf) shelf=shelf)
else: else:
flash(_(u"Error opening shelf. Shelf does not exist or file is not accessible"), category="error") flash(_(u"Error opening shelf. Shelf does not exist or is not accessible"), category="error")
return redirect(url_for("index")) return redirect(url_for("index"))
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment