diff --git a/bean.install b/bean.install
index 0620a88..45a092c 100644
--- a/bean.install
+++ b/bean.install
@@ -423,3 +423,11 @@ function bean_update_7010(&$sand) {
 
   return $t('Bean Table updated and data upgraded');
 }
+
+/**
+ * Clear the menu cache so that the new path for assigning the active revision
+ * will be picked up.
+ */
+function bean_update_7011() {
+  menu_cache_clear_all();
+}
diff --git a/bean.module b/bean.module
index 625040b..7729f09 100644
--- a/bean.module
+++ b/bean.module
@@ -199,8 +199,8 @@ function bean_menu() {
     'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,
   );
 
-  $items['block/%bean_delta/revisions/%/set-default'] = array(
-    'title' => 'Set Default',
+  $items['block/%bean_delta/revisions/%/set-active'] = array(
+    'title' => 'Set active',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('bean_set_default_confirm', 1),
     'access callback' => 'bean_access',
