Skip to content

Commit 3a8e5f2

Browse files
committed
wip: Add a style manager to manage layer and feature styles - changed label (#416)
1 parent 50bce64 commit 3a8e5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ module.exports = {
642642
{ id: 'display-position', icon: 'las la-plus', label: 'mixins.activity.DISPLAY_POSITION', handler: { name: 'setTopPaneMode', params: ['display-position'] } },
643643
{ id: 'display-legend', icon: 'las la-list', label: 'mixins.activity.DISPLAY_LEGEND', handler: { name: 'openWidget', params: ['legend-widget'] } },
644644
{ id: 'display-selection', icon: 'las la-object-group', label: 'mixins.activity.DISPLAY_SELECTION', handler: { name: 'openWidget', params: ['selection-widget'] } },
645-
{ id: 'display-style-manager', icon: 'las la-paint-brush', label: 'mixins.activity.DISPLAY_STYLE_MANAGER', handler: { name: 'openWidget', params: ['style-manager'] } },
645+
{ id: 'display-style-manager', icon: 'las la-paint-brush', label: 'mixins.activity.DISPLAY_STYLES', handler: { name: 'openWidget', params: ['style-manager'] } },
646646
{ component: 'QSeparator' },
647647
{ id: 'capture-map', icon: 'las la-camera', label: 'mixins.activity.CAPTURE_VIEW', dialog: { component: 'KCapture', title: 'mixins.activity.CAPTURE_VIEW', cancelAction: 'CANCEL', okAction: { id: 'capture-button', label: 'mixins.activity.CAPTURE_VIEW', handler: 'apply'} } }
648648
]

0 commit comments

Comments
 (0)