Suggeseted fix for bug 569398

Signed-off-by: mward <matt@eclipse.org>
Change-Id: Iffbcd8e820c5a7bcd407c9dcbba580b3a7bddc70
diff --git a/classes/downloads/downloadDirectory.class.php b/classes/downloads/downloadDirectory.class.php
index 7c23e7f..7450d1b 100644
--- a/classes/downloads/downloadDirectory.class.php
+++ b/classes/downloads/downloadDirectory.class.php
@@ -386,7 +386,7 @@
     $output .= '<form class="downloads-directory" method="post" action="/errors/filehandler.php">';
     $output .= implode("", $html_checkboxes);
 
-    $button_text = 'Archive';
+    $button_text = 'Move to archive.eclipse.org';
     $button_class = 'btn-primary';
     if ($this->_isArchiveDomain()) {
       $button_text = 'Delete';