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

Review at http://gwt-code-reviews.appspot.com/746801

Review by: rice@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8506 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml b/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml
index cebe4a8..f9733a3 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ContactInfoForm.ui.xml
@@ -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>