Remove an unnecessary line ending.

This commit is contained in:
Dave Page 2016-02-24 16:42:15 +00:00
parent f4ae7cd210
commit 0b1cf1ad2c

View File

@ -632,7 +632,7 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}', 'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}',
'general_cateogty': '{{ _('General') }}', 'general_cateogty': '{{ _('General') }}',
'SQL_TAB': '{{ _('SQL') }}', 'SQL_TAB': '{{ _('SQL') }}',
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}', 'SQL_NO_CHANGE': '-- ' + '{{ _('Nothing changed') }}',
'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}", 'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}",
'MUST_BE_NUM' : " {{ _("'%%s' must be a numeric.") }}", 'MUST_BE_NUM' : " {{ _("'%%s' must be a numeric.") }}",
'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}", 'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}",