Skip to content

Commit

Permalink
Customise->Customize
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 6, 2017
1 parent b1a6c79 commit c3b62ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsfilewidget.sip
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsfilewidget.h
Expand Up @@ -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
*/
Expand Down

0 comments on commit c3b62ad

Please sign in to comment.