public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dmitriy Olshevskiy <[email protected]>
Subject: [PATCH] t.1 fix double hyphen duplication in the SQL tab
Date: Mon, 25 Jul 2016 20:21:22 +0300
---
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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
--------------030803020801000902040103--
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH] t.1 fix double hyphen duplication in the SQL tab
In-Reply-To: <no-message-id-8857@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox