mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Nomenclature changes:
1. Rename "Properties..." context menu option of object to "Edit Object...". 2. Rename "Browser" tree to "Object Explorer". #4734
This commit is contained in:
@@ -197,7 +197,7 @@ define('pgadmin.browser', [
|
||||
// Panel to keep the left hand browser tree
|
||||
'browser': new pgAdmin.Browser.Panel({
|
||||
name: 'browser',
|
||||
title: gettext('Browser'),
|
||||
title: gettext('Object Explorer'),
|
||||
showTitle: true,
|
||||
isCloseable: false,
|
||||
isPrivate: true,
|
||||
|
||||
@@ -123,7 +123,7 @@ define('pgadmin.browser.node', [
|
||||
applies: ['object', 'context'],
|
||||
callback: 'show_obj_properties',
|
||||
priority: 999,
|
||||
label: gettext('Properties...'),
|
||||
label: gettext('Edit Object...'),
|
||||
data: {
|
||||
'action': 'edit',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user