Further string improvements.

This commit is contained in:
Dave Page
2016-06-17 14:51:01 +01:00
parent 8c279421f3
commit 3bcc5a4bd3
4 changed files with 9 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
},{
name: 'reset_table_stats', node: 'table', module: this,
applies: ['object', 'context'], callback: 'reset_table_stats',
category: 'Reset', priority: 4, label: '{{ _('Reset statistics') }}',
category: 'Reset', priority: 4, label: '{{ _('Reset Statistics') }}',
icon: 'fa fa-bar-chart', enable : 'canCreate'
}
]);