diff --git a/src/main/resources/MessageBundle.properties b/src/main/resources/MessageBundle.properties index db5ab2091..cf4347e28 100644 --- a/src/main/resources/MessageBundle.properties +++ b/src/main/resources/MessageBundle.properties @@ -115,7 +115,7 @@ unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]! #for FetchReader.java reading_fetch_file=Attempting to read [{}]. read_fetch_file_line=Read URL [{}] length [{}] path [{}] from fetch file [{}]. -invalid_fetch_file_line_error=The Line [{}] is invalid for fetch.txt. Each line must take the form of . +invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of . #for KeyValueReader.java read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].