Fix tablespace move prompt message. Fixes #2708

This commit is contained in:
Murtuza Zabuawala 2017-09-18 12:36:04 +01:00 committed by Dave Page
parent 5ebfd88f11
commit e64c52a446

View File

@ -268,7 +268,7 @@ define('pgadmin.node.tablespace', [
alertify.confirm( alertify.confirm(
gettext('Move objects...'), gettext('Move objects...'),
gettext( gettext(
'Are you sure you wish to move objects %(old_tablespace)s to %s(new_tablespace)s', 'Are you sure you wish to move the objects from %(old_tablespace)s to %(new_tablespace)s?',
{old_tablespace: args.old_tblspc, new_tablespace: args.tblspc} {old_tablespace: args.old_tblspc, new_tablespace: args.tblspc}
), ),
function() { function() {