Skip to content

Commit

Permalink
fix broken OPF_060/061 message format // fixes #658
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Dec 24, 2016
1 parent 05e96f4 commit 9f0e7d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ OPF_058=Spine item has no TOC entry reference.
OPF_058_SUG=Every spine item in the manifest should be referenced by at least one TOC entry.
OPF_059=Spine item has no NCX entry reference.
OPF_059_SUG=Every spine item in the manifest should be referenced by at least one NCX entry.
OPF_060=Duplicate entry in the ZIP file: '%1$f'.
OPF_061=Duplicate entry in the ZIP file (after Unicode NFC normalization) '%1$f'.
OPF_060=Duplicate entry in the ZIP file: '%1$s'.
OPF_061=Duplicate entry in the ZIP file (after Unicode NFC normalization) '%1$s'.
OPF_062=Found Adobe page-map attribute on spine element in opf file.
OPF_063=Referenced Adobe page-map item '%1$s' was not found in the manifest.
OPF_064=OPF declares type '%1$s', validating using profile '%2$s'.
Expand Down

0 comments on commit 9f0e7d1

Please sign in to comment.