From: Dmitriy Olshevskiy Date: Mon, 25 Jul 2016 20:21:22 +0300 Subject: [PATCH] t.1 fix double hyphen duplication in the SQL tab --- web/pgadmin/browser/templates/browser/js/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/templates/browser/js/messages.js b/web/pgadmin/browser/templates/browser/js/messages.js index 75d1d1f..cac7994 100644 --- a/web/pgadmin/browser/templates/browser/js/messages.js +++ b/web/pgadmin/browser/templates/browser/js/messages.js @@ -13,7 +13,7 @@ function(_, S, pgAdmin) { 'GENERAL_CATEGORY': '{{ _("General")|safe }}', 'SQL_TAB': '{{ _('SQL') }}', 'SQL_INCOMPLETE': '{{ _('Incomplete definition') }}', - 'SQL_NO_CHANGE': '-- ' + '{{ _('Nothing changed')|safe }}', + 'SQL_NO_CHANGE': '{{ _('Nothing changed')|safe }}', 'MUST_BE_INT' : "{{ _("'%s' must be an integer.")|safe }}", 'MUST_BE_NUM' : "{{ _("'%s' must be a numeric.")|safe }}", 'MUST_GR_EQ' : "{{ _("'%s' must be greater than or equal to %d.")|safe }}", -- 2.9.0.GIT --------------030803020801000902040103 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --------------030803020801000902040103--