diff --git a/qfieldsync/qfield_sync.py b/qfieldsync/qfield_sync.py index 8a748d50..0fd24e83 100644 --- a/qfieldsync/qfield_sync.py +++ b/qfieldsync/qfield_sync.py @@ -113,8 +113,8 @@ def __init__(self, iface): self.actions = [] self.menu = self.tr("&QFieldSync") # TODO: We are going to let the user set this up in a future iteration - self.toolbar = self.iface.addToolBar("QFieldSync") - self.toolbar.setObjectName("QFieldSync") + self.toolbar = self.iface.addToolBar(self.tr("QFieldSync Toolbar")) + self.toolbar.setObjectName("QFieldSync Toolbar") # instance of the map config widget factory, shown in layer properties self.mapLayerConfigWidgetFactory = MapLayerConfigWidgetFactory(