This commit is contained in:
Shinsuke Sugaya 2015-12-10 10:01:01 +09:00
parent 0d1400e278
commit e9547b18b0
2 changed files with 3 additions and 3 deletions

View file

@ -257,7 +257,7 @@ public class FessMessages extends FessLabels {
/** The key of the message: Confirm Password does not match. */
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}";
/** 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.
* <pre>
* message: Crawler is running. The document cannot be deteled.
* message: Crawler is running. The document cannot be deleted.
* </pre>
* @param property The property name for the message. (NotNull)
* @return this. (NotNull)

View file

@ -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.blank_password=Password is required.
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.invalid_query_unknown=The given query has unknown condition.