Shinsuke Sugaya 9 years ago
parent
commit
e9547b18b0

+ 2 - 2
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

@@ -257,7 +257,7 @@ public class FessMessages extends FessLabels {
     /** The key of the message: Confirm Password does not match. */
     /** The key of the message: Confirm Password does not match. */
     public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
     public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
 
 
-    /** The key of the message: Crawler is running. The document cannot be deteled. */
+    /** The key of the message: Crawler is running. The document cannot be deleted. */
     public static final String ERRORS_cannot_delete_doc_because_of_running = "{errors.cannot_delete_doc_because_of_running}";
     public static final String ERRORS_cannot_delete_doc_because_of_running = "{errors.cannot_delete_doc_because_of_running}";
 
 
     /** The key of the message: Failed to delete document. */
     /** The key of the message: Failed to delete document. */
@@ -1488,7 +1488,7 @@ public class FessMessages extends FessLabels {
     /**
     /**
      * Add the created action message for the key 'errors.cannot_delete_doc_because_of_running' with parameters.
      * Add the created action message for the key 'errors.cannot_delete_doc_because_of_running' with parameters.
      * <pre>
      * <pre>
-     * message: Crawler is running. The document cannot be deteled.
+     * message: Crawler is running. The document cannot be deleted.
      * </pre>
      * </pre>
      * @param property The property name for the message. (NotNull)
      * @param property The property name for the message. (NotNull)
      * @return this. (NotNull)
      * @return this. (NotNull)

+ 1 - 1
src/main/resources/fess_message.properties

@@ -107,7 +107,7 @@ errors.failed_to_upload_badword_file=Failed to upload the Badword file.
 errors.invalid_str_is_included="{1}" in "{0}" is invalid.
 errors.invalid_str_is_included="{1}" in "{0}" is invalid.
 errors.blank_password=Password is required.
 errors.blank_password=Password is required.
 errors.invalid_confirm_password=Confirm Password does not match.
 errors.invalid_confirm_password=Confirm Password does not match.
-errors.cannot_delete_doc_because_of_running=Crawler is running. The document cannot be deteled.
+errors.cannot_delete_doc_because_of_running=Crawler is running. The document cannot be deleted.
 errors.failed_to_delete_doc_in_admin=Failed to delete document.
 errors.failed_to_delete_doc_in_admin=Failed to delete document.
 
 
 errors.invalid_query_unknown=The given query has unknown condition.
 errors.invalid_query_unknown=The given query has unknown condition.