Skip to content

Commit 61c50c8

Browse files
committed
fixed ambiguous grammatical construct as pointed out by user
1 parent 7709a66 commit 61c50c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/MessageBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ required_tag_file_not_found_error=Required tag file [{}] was not found!
7272
tag_files_not_encoded_with_utf8_warning=Tag files are encoded with [{}]. We recommend always using UTF-8 instead.
7373

7474
#For ManifestChecker.java
75-
bag_missing_tag_manifest_warning=Bag [{}] does not contain a tag manifest, which is always recommended.
75+
bag_missing_tag_manifest_warning=Bag [{}] does not contain a tag manifest. It is recommended to always include a tag manifest.
7676
different_case_warning=In manifest [{}], path [{}] is the same as another path except for the case. This can cause problems if moving the bag to a filesystem that is case insensitive.
7777
manifest_line_violated_spec_error=Manifest contains line [{}] which does not follow the specified form of <CHECKSUM> <PATH>
7878
md5sum_generated_line_warning=Path [{}] starts with a *, which means it was generated with a non-bagit tool. It is recommended to remove the * in order to conform to the Bagit specification.

0 commit comments

Comments
 (0)