Revert "Fix a number of cases where strings were not properly marked for translation."

This reverts commit 1f23838a4c due to unintended side
effects it caused - specifically, expanding Databases on the treeview displayed
Servers again
This commit is contained in:
Dave Page
2017-11-03 16:45:20 +00:00
parent 1f23838a4c
commit b2186db562
32 changed files with 719 additions and 1585 deletions

View File

@@ -80,7 +80,7 @@ define('misc.depends', [
columns: [
{
name : 'type',
label: gettext('Type'),
label: 'Type',
// Extend it to render the icon as per the type.
cell: Backgrid.Cell.extend({
render: function() {
@@ -93,7 +93,7 @@ define('misc.depends', [
},
{
name : 'name',
label: gettext('Name'),
label: 'Name',
cell: 'string',
editable: false
},