Commit a699e8cf authored by SusanRatiLane's avatar SusanRatiLane

Correct text on move projects wizard

parent a4f52040
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<ui:with field="messages" type="com.google.appinventor.client.OdeMessages" /> <ui:with field="messages" type="com.google.appinventor.client.OdeMessages" />
<wiz:Dialog ui:field="moveDialog" caption="{messages.moveProjectWizard}" styleName="ode-DialogBox"> <wiz:Dialog ui:field="moveDialog" caption="{messages.moveProjectWizard}" styleName="ode-DialogBox">
<g:FlowPanel> <g:FlowPanel>
<g:Label styleName="ode-TreeLabel dialogContent" text="{messages.newFolderWizardParent}" /> <g:Label styleName="ode-TreeLabel dialogContent" text="{messages.moveProjectWizard}" />
<g:Tree ui:field='tree' /> <g:Tree ui:field='tree' />
<g:FlowPanel styleName="buttonRow" > <g:FlowPanel styleName="buttonRow" >
<g:Button ui:field='cancelButton' text='{messages.cancelButton}' /> <g:Button ui:field='cancelButton' text='{messages.cancelButton}' />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment