Skip to content

Commit 27a172f

Browse files
committed
Properly name the QFieldSync toolbar
1 parent aeda9d3 commit 27a172f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qfieldsync/qfield_sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def __init__(self, iface):
113113
self.actions = []
114114
self.menu = self.tr("&QFieldSync")
115115
# TODO: We are going to let the user set this up in a future iteration
116-
self.toolbar = self.iface.addToolBar("QFieldSync")
117-
self.toolbar.setObjectName("QFieldSync")
116+
self.toolbar = self.iface.addToolBar(self.tr("QFieldSync Toolbar"))
117+
self.toolbar.setObjectName("QFieldSync Toolbar")
118118

119119
# instance of the map config widget factory, shown in layer properties
120120
self.mapLayerConfigWidgetFactory = MapLayerConfigWidgetFactory(

0 commit comments

Comments
 (0)