Remove redundant -- marker in the SQL panel on the properties dialogues.

This commit is contained in:
Dmitriy Olshevskiy 2016-08-01 14:28:14 +01:00 committed by Dave Page
parent 5987af1b44
commit 94aa36f3d5

View File

@ -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 }}",