Fixed out of date text about links.

Review by: scottb (desk check)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1123 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/kitchensink/src/com/google/gwt/sample/kitchensink/client/Info.java b/samples/kitchensink/src/com/google/gwt/sample/kitchensink/client/Info.java
index 92ef390..8b6dc68 100644
--- a/samples/kitchensink/src/com/google/gwt/sample/kitchensink/client/Info.java
+++ b/samples/kitchensink/src/com/google/gwt/sample/kitchensink/client/Info.java
@@ -28,10 +28,10 @@
         + "It demonstrates many of the widgets in the Google Web Toolkit."
         + "<p>This sample also demonstrates something else really useful in GWT: "
         + "history support.  "
-        + "When you click on a link at the left, the location bar will be "
+        + "When you click on a tab, the location bar will be "
         + "updated with the current <i>history token</i>, which keeps the app "
         + "in a bookmarkable state.  The back and forward buttons work properly "
-        + "as well.  Finally, notice that you can right-click a link and 'open "
+        + "as well.  Finally, notice that you can right-click a tab and 'open "
         + "in new window' (or middle-click for a new tab in Firefox).</p></p>") {
 
       public Sink createInstance() {