WIP
[fix-swf] / src / main / java / de / juplo / fixswf / FixSwfServlet.java
index ada8eb0..9099ada 100644 (file)
@@ -96,7 +96,7 @@ public class FixSwfServlet extends HttpServlet
         out.println("<p>" + StringEscapeUtils.escapeHtml((String)request.getAttribute(MESSAGE_ATTRIBUTE)) + "</p>");
       }
       out.println("<h1>Choose SWF-File to check/fix</h1>");
-      out.println("<p>If the file has to be fixed, the fixed version will be presented to you as a download.</p>");
+      out.println("<p>If the file has to be fixed, the fixed version will be presented to you as a download immediately.</p>");
       out.println("<form action=\"\" method=\"post\" enctype=\"multipart/form-data\">");
       out.println("<input type=\"file\" name=\"swf\" />");
       out.println("<input type=\"submit\" name=\"submit\" value=\"Start Upload\" />");