Fix a couple of translation issues, and remove the test French translation files.

This commit is contained in:
Dave Page
2017-03-08 10:13:15 +00:00
parent 981ebfbcf7
commit fb44ffffa0
8 changed files with 16 additions and 8657 deletions

View File

@@ -209,7 +209,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
alertify.confirm(
'{{ _('Reset statistics') }}',
S('{{ _('Are you sure you want to reset the statistics for table %%s?') }}').sprintf(d._label).value(),
S('{{ _('Are you sure you want to reset the statistics for table %s?') }}').sprintf(d._label).value(),
function (e) {
if (e) {
var data = d;