We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43b234 commit d06670bCopy full SHA for d06670b
Mergin/utils.py
@@ -1580,7 +1580,7 @@ def icon_for_layer(layer) -> QIcon:
1580
return QgsApplication.getThemeIcon("/mIconTableLayer.svg")
1581
1582
1583
-# Copy a layer and it's legend
+# Copy a layer and its legend
1584
def layer_copy(layer, style_name="mergin_diff"):
1585
lyr_clone = layer.materialize(QgsFeatureRequest().setFilterFids(layer.allFeatureIds()))
1586
lyr_clone.setName(layer.name())
0 commit comments