diff --git a/cps.module b/cps.module
index f1c6041..746a134 100644
--- a/cps.module
+++ b/cps.module
@@ -807,7 +807,7 @@ function cps_get_current_changeset($test = FALSE) {
     else {
       // '-1' evaluates to TRUE.
       if ((int) $changeset->archive_fid > 0) {
-        drupal_set_message(t('This site version has been archived to a file, so only entities that were explicitly edited in the site version will be shown at the correct version. You may also <a href="@restore">restore</a> the site version from the file for detailed review.', array('@restore' => url('admin/structure/changesets/' . $changeset_id . '/restore'))), 'status', FALSE);
+        drupal_set_message(t('This site version has been archived to a file, so only entities that were explicitly edited in the site version will be shown at the correct version. You may also restore the site version from the file for detailed review.'), array(), 'status', FALSE);
       }
     }
   }
