Reviewers: Dan Rice,

Description:
Fixing the msg key in ContactInfoForm so that the two buttons use
different keys.


Please review this at http://gwt-code-reviews.appspot.com/746801/show

Affected files:
M samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml


Index: samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml
===================================================================
--- samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml (revision 8503) +++ samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml (working copy)
@@ -98,7 +98,7 @@
             <g:Button
               ui:field='createButton'>
               <ui:msg
-                key='contactInfoFormUpdateButton'>Create Contact</ui:msg>
+                key='contactInfoFormCreateButton'>Create Contact</ui:msg>
             </g:Button>
           </td>
         </tr>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to