--- lifewire_diff/lifewire_diff.module 2008-07-20 16:22:05.000000000 -0700 +++ lifewire_diff-new/lifewire_diff.module 2009-01-29 10:52:17.000000000 -0800 @@ -113,7 +113,7 @@ function lifewire_diff_menu($may_cache) if (is_numeric(arg(3))) { $items[] = array( 'path' => 'node/'. arg(1) .'/revisions/'. arg(3) .'/view', - 'title' => 'Earlier Revision', + 'title' => arg(3)>$node->vid ? 'Pending Revision' : 'Earlier Revision', 'callback' => 'lw_diff_diffs', 'access' => $revisions_access, 'type' => MENU_LOCAL_TASK,