(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.

This commit is contained in:
Jonas Thelemann
2017-04-05 13:50:49 +01:00
committed by Dave Page
parent 65f21a8cd7
commit 37120bf199
22 changed files with 44 additions and 44 deletions

View File

@@ -504,7 +504,7 @@ SELECT EXISTS(
return internal_server_error(errormsg=res)
return success_return(
message=_("Updated the next-runtime to now!")
message=_("Updated the next runtime to now.")
)
@check_precondition

View File

@@ -71,7 +71,7 @@ function($, _, S, pgAdmin, moment, pgBrowser, Alertify, Backform) {
render: function() {
this.$el.empty();
var model = this.model;
this.$el.text(this.formatter.fromRaw(model.get(this.column.get("name")), model) || '{{ _('<Any>') }}');
this.$el.text(this.formatter.fromRaw(model.get(this.column.get("name")), model) || '{{ _('<any>') }}');
this.delegateEvents();
return this;