Skip to content

Commit 4c50a3c

Browse files
committed
Spelling
1 parent da57c08 commit 4c50a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/ogr/qgsvectorlayersaveasdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class GUI_EXPORT QgsVectorLayerSaveAsDialog : public QDialog, private Ui::QgsVec
4444
{
4545
Symbology = 1, //!< Show symbology options
4646
DestinationCrs = 1 << 2, //!< Show destination CRS (reprojection) option
47-
Fields = 1 << 3, //!< Show field customisation group
47+
Fields = 1 << 3, //!< Show field customization group
4848
AddToCanvas = 1 << 4, //!< Show add to map option
4949
SelectedOnly = 1 << 5, //!< Show selected features only option
5050
GeometryType = 1 << 6, //!< Show geometry group

0 commit comments

Comments
 (0)