Index: node.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.pages.inc,v
retrieving revision 1.13
diff -u -p -r1.13 node.pages.inc
--- node.pages.inc	3 Dec 2007 07:45:15 -0000	1.13
+++ node.pages.inc	3 Dec 2007 23:17:52 -0000
@@ -211,7 +211,7 @@ function node_form(&$form_state, $node) 
   );
   $form['options']['sticky'] = array(
     '#type' => 'checkbox',
-    '#title' => t('Sticky at top of lists'),
+    '#title' => t('Sticky (stays at top of content lists)'),
     '#default_value' => $node->sticky,
   );
 
