diff --git a/content_lock.module b/content_lock.module
index c757073..73bd0f6 100644
--- a/content_lock.module
+++ b/content_lock.module
@@ -553,7 +553,7 @@ function _content_lock_add_cancelbutton(&$form, $form_state, $form_id) {
         $form['actions']['cancel'] = array(
           '#type' => 'button',
           '#weight' => 2000,
-          '#value' => t('Cancel'),
+          '#value' => t('Cancel edit'),
           '#validate' => array('content_lock_cancel_submit'),
         );
 
