Various string improvements and fixes.

This commit is contained in:
Alexander Lakhin
2017-11-01 12:58:19 +00:00
committed by Dave Page
parent 714a429879
commit 9be1364d1a
21 changed files with 40 additions and 40 deletions

View File

@@ -168,7 +168,7 @@ define('pgadmin.node.tablespace', [
alertify.dialog('move_objects_dlg' ,function factory() {
return {
main: function() {
var title = gettext('Move objects to another tablespace ');
var title = gettext('Move objects to another tablespace');
this.set('title', title);
},
build: function() {