From 21a772ff6cab84c23b781719d6a1cbfd21717336 Mon Sep 17 00:00:00 2001 From: signedav Date: Thu, 6 Sep 2018 13:24:30 +0200 Subject: [PATCH] spelling american initialization not initialisation --- .../gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in | 2 +- src/gui/editorwidgets/qgsqmlwidgetwrapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in b/python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in index 827985b437b..5151a789088 100644 --- a/python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in +++ b/python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in @@ -40,7 +40,7 @@ Create a qml widget wrapper void reinitWidget(); %Docstring -Clears the content and makes new initialisation +Clears the content and makes new initialization %End void setQmlCode( const QString &qmlCode ); diff --git a/src/gui/editorwidgets/qgsqmlwidgetwrapper.h b/src/gui/editorwidgets/qgsqmlwidgetwrapper.h index b6f12910105..f8f226c6b3f 100644 --- a/src/gui/editorwidgets/qgsqmlwidgetwrapper.h +++ b/src/gui/editorwidgets/qgsqmlwidgetwrapper.h @@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper void initWidget( QWidget *editor ) override; - //! Clears the content and makes new initialisation + //! Clears the content and makes new initialization void reinitWidget(); //! writes the \a qmlCode into a temporary file