diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml index ce311f620e3824cc1ac8f101f4df0f400a6de486..5f305c04417ae06f008d0c248b0ef0a4576fdccf 100644 --- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml @@ -51,7 +51,7 @@ leave room for the Qt 4 target page. <file source="project.pro" target="%ProjectName:l%.pro" openproject="true"/> </files> <!-- Create a 2nd wizard page with parameters --> - <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle> + <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle> <fields> <field mandatory="true" name="ObjectName"> <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9_]+$' defaulttext="MyItem"/> diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml index 16c624d21ab4da9ed11b36fa013fe3b0b0d4a41e..8de803a72313675788380ef6b7f0f922eead3671 100644 --- a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml @@ -51,7 +51,7 @@ leave room for the Qt 4 target page. <file source="project.pro" target="%ProjectName:l%.pro" openproject="true"/> </files> <!-- Create a 2nd wizard page with parameters --> - <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle> + <fieldpagetitle>Custom QML Extension Plugin Parameters</fieldpagetitle> <fields> <field mandatory="true" name="ObjectName"> <fieldcontrol class="QLineEdit" validator='^[A-Za-z0-9_]+$' defaulttext="MyItem"/>