Wording improvements.

This commit is contained in:
Dave Page 2016-06-15 12:42:21 +01:00
parent fc40197d39
commit 0717b40543
2 changed files with 2 additions and 2 deletions

View File

@ -1025,7 +1025,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) {
Alertify.pgNotifier(
"error", jqxhr,
S(
"{{ _("Error during saving properties: %%s!") }}"
"{{ _("Error saving properties: %%s") }}"
).sprintf(jqxhr.statusText).value()
);
}

View File

@ -1075,7 +1075,7 @@ define([
alertify.pgNotifier(
"error", jqxhr,
S(
"{{ _('Error during saving properties - %%s!') }}"
"{{ _('Error saving properties: %%s') }}"
).sprintf(jqxhr.statusText).value()
);