Fix freaking American (WRONG!!1!111!!) spelling conventions

This commit is contained in:
Nyall Dawson 2018-09-04 11:34:02 +10:00
parent 41e2892af7
commit 30059e63d6
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class QgsStyleManagerDialog : QDialog
{
%Docstring
A dialog allowing users to customise and populate a QgsStyle.
A dialog allowing users to customize and populate a QgsStyle.
%End
%TypeHeaderCode

View File

@ -31,7 +31,7 @@ class QgsStyle;
* \ingroup gui
* \class QgsStyleManagerDialog
*
* A dialog allowing users to customise and populate a QgsStyle.
* A dialog allowing users to customize and populate a QgsStyle.
*/
class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleManagerDialogBase
{