]> source.dussan.org Git - archiva.git/commitdiff
[MRM-504] improve description for find artifact page
authorBrett Porter <brett@apache.org>
Thu, 20 Mar 2008 01:01:28 +0000 (01:01 +0000)
committerBrett Porter <brett@apache.org>
Thu, 20 Mar 2008 01:01:28 +0000 (01:01 +0000)
Merged from: r639076 on archiva-1.0.x

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639103 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp

index beb68a8672d19add48cc9733b62e6d738697a6a3..c325c22868278b53a3e9b710e11265e041aec2d2 100644 (file)
           </td>
         </tr>
         <ww:textfield label="Checksum" size="50" name="md5"/>
-        <ww:submit value="Go!"/>
+        <ww:submit value="Search"/>
       </ww:form>
 
       <p>
-        Select the file you would like to locate in the remote repository.
+        This allows you to search the repository using the checksum of an artifact that you are trying to identify.
+        You can either specify the checksum to look for directly, or scan a local artifact file.
+      </p>
+
+      <p>
+        To scan a local file, select the file you would like to locate in the remote repository.
         The entire file will
         <b>not</b>
         be uploaded to the server. See the progress bar below for progress of
-        locally creating a checksum that is uploaded to the server after you hit "Go!".
+        locally creating a checksum that is uploaded to the server after you hit "Search".
         <ww:actionerror/>
       </p>
 
@@ -87,7 +92,7 @@
     <ww:else>
       <ww:form method="POST" action="checksumSearch" namespace="/">
         <ww:textfield label="Checksum" size="50" name="q"/>
-        <ww:submit value="Go!"/>
+        <ww:submit value="Search"/>
       </ww:form>
 
       <p>