Customise->Customize

This commit is contained in:
Nyall Dawson 2017-08-07 01:37:19 +10:00
parent b1a6c790cf
commit c3b62ad4ca
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ determines if the relative path is with respect to the project path or the defau
QLineEdit *lineEdit();
%Docstring
Returns a pointer to the widget's line edit, which can be used to customise
Returns a pointer to the widget's line edit, which can be used to customize
the appearance and behavior of the line edit portion of the widget.
.. versionadded:: 3.0
:rtype: QLineEdit

View File

@ -138,7 +138,7 @@ class GUI_EXPORT QgsFileWidget : public QWidget
void setRelativeStorage( QgsFileWidget::RelativeStorage relativeStorage );
/**
* Returns a pointer to the widget's line edit, which can be used to customise
* Returns a pointer to the widget's line edit, which can be used to customize
* the appearance and behavior of the line edit portion of the widget.
* \since QGIS 3.0
*/