Shinsuke Sugaya 8 년 전
부모
커밋
e6aedc3eec

+ 1 - 1
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

@@ -1031,7 +1031,7 @@ public class FessLabels extends UserMessages {
     /** The key of the message: Max Access Count */
     public static final String LABELS_max_access_count = "{labels.max_access_count}";
 
-    /** The key of the message: The number of Tread */
+    /** The key of the message: The number of Thread */
     public static final String LABELS_number_of_thread = "{labels.number_of_thread}";
 
     /** The key of the message: Interval time */

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

@@ -334,7 +334,7 @@ labels.included_doc_paths=Included Paths For Indexing
 labels.excluded_doc_paths=Excluded Paths For Indexing
 labels.config_parameter=Config Parameters
 labels.max_access_count=Max Access Count
-labels.number_of_thread=The number of Tread
+labels.number_of_thread=The number of Thread
 labels.interval_time=Interval time
 labels.millisec=ms
 labels.permissions=Permissions

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

@@ -334,7 +334,7 @@ labels.included_doc_paths=Included Paths For Indexing
 labels.excluded_doc_paths=Excluded Paths For Indexing
 labels.config_parameter=Config Parameters
 labels.max_access_count=Max Access Count
-labels.number_of_thread=The number of Tread
+labels.number_of_thread=The number of Thread
 labels.interval_time=Interval time
 labels.millisec=ms
 labels.permissions=Permissions