diff --git a/cps/shelf.py b/cps/shelf.py index d299fdfb..c78059ca 100644 --- a/cps/shelf.py +++ b/cps/shelf.py @@ -229,9 +229,9 @@ def create_shelf(): return redirect(url_for('shelf.show_shelf', shelf_id = shelf.id )) except Exception: flash(_(u"There was an error"), category="error") - return render_title_template('shelf_edit.html', shelf=shelf, title=_(u"create a shelf"), page="shelfcreate") + return render_title_template('shelf_edit.html', shelf=shelf, title=_(u"Create a Shelf"), page="shelfcreate") else: - return render_title_template('shelf_edit.html', shelf=shelf, title=_(u"create a shelf"), page="shelfcreate") + return render_title_template('shelf_edit.html', shelf=shelf, title=_(u"Create a Shelf"), page="shelfcreate") @shelf.route("/shelf/edit/", methods=["GET", "POST"]) diff --git a/cps/templates/admin.html b/cps/templates/admin.html index 5b2ad78c..69deee09 100644 --- a/cps/templates/admin.html +++ b/cps/templates/admin.html @@ -15,7 +15,7 @@ {{_('Downloads')}} {{_('Admin')}} {{_('Download')}} - {{_('View eBooks')}} + {{_('View Books')}} {{_('Upload')}} {{_('Edit')}} @@ -58,7 +58,7 @@ {{email.mail_from}} -
{{_('Change SMTP settings')}}
+
{{_('Edit E-mail Server Settings')}}
diff --git a/cps/templates/index.html b/cps/templates/index.html old mode 100755 new mode 100644 diff --git a/cps/templates/modal_restriction.html b/cps/templates/modal_restriction.html index ede585d7..26aa2ee1 100644 --- a/cps/templates/modal_restriction.html +++ b/cps/templates/modal_restriction.html @@ -3,10 +3,10 @@