Skip to content

Commit c3b62ad

Browse files
committedAug 6, 2017
Customise->Customize
1 parent b1a6c79 commit c3b62ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/gui/qgsfilewidget.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ determines if the relative path is with respect to the project path or the defau
149149

150150
QLineEdit *lineEdit();
151151
%Docstring
152-
Returns a pointer to the widget's line edit, which can be used to customise
152+
Returns a pointer to the widget's line edit, which can be used to customize
153153
the appearance and behavior of the line edit portion of the widget.
154154
.. versionadded:: 3.0
155155
:rtype: QLineEdit

‎src/gui/qgsfilewidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class GUI_EXPORT QgsFileWidget : public QWidget
138138
void setRelativeStorage( QgsFileWidget::RelativeStorage relativeStorage );
139139

140140
/**
141-
* Returns a pointer to the widget's line edit, which can be used to customise
141+
* Returns a pointer to the widget's line edit, which can be used to customize
142142
* the appearance and behavior of the line edit portion of the widget.
143143
* \since QGIS 3.0
144144
*/

0 commit comments

Comments
 (0)
Please sign in to comment.