Bug 500466: Add Show Annotation to Tips and Tricks
diff --git a/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html b/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
index 6aae124..4dcbcc0 100644
--- a/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
+++ b/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
@@ -903,13 +903,13 @@
 
 <table border="1" cellpadding="10" cellspacing="0" width="670">
   <tr> 
-    <td width="20%" valign="top" align="left"><b>Determining who last modified a line with the Show Annotations command</b></td>
+    <td width="20%" valign="top" align="left"><b>Determining who last modified a line with the Show Annotation command</b></td>
     <td width="80%" valign="top" align="left">
-    The <b>Show Annotations</b> command allows you to pick any file and get a listing of who changed what line.
+    The <b>Show Annotation</b> command allows you to pick any file and get a listing of who changed what line and when.
     The <b>Team &gt; Show Annotations</b> action is available from the Project and Package Explorers, and the text editor context menus.
-    The action works in a Quick Diff flavor and displays the annotations in the annotations bar of the editor.
+    The action works in a Quick Diff flavor and displays the annotations in the vertical ruler at the left of the editor.
     It can also be applied to a previous version file opened from the History view to get the annotations on that revision.
-    To turn off the annotations, you have to select <b>Revisions &gt; Hide Revision Information</b> from the annotations bar context menu.
+    To turn off the annotations, select <b>Revisions &gt; Hide Revision Information</b> from the ruler context menu.
     </td>
   </tr>
   <tr>