Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed message for corrupted pdf in the GUI. #2

Merged
merged 1 commit into from Mar 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/src/main/java/org/verapdf/gui/tools/GUIConstants.java
Expand Up @@ -36,7 +36,7 @@ public final class GUIConstants {
public static final String PROPERTIES_NAME = "config.properties";
public static final String TITLE = "PDF/A Conformance Checker";
public static final String ERROR_IN_PARSING = "Failed to parse pdf document.";
public static final String ERROR_IN_VALIDATING = "Some error in validating.";
public static final String ERROR_IN_VALIDATING = "Internal validation error. The PDF document might be corrupted";
public static final String ERROR_IN_INCREMETAL_SAVE = "Some error in saving changes";
public static final String PDF = "pdf";
public static final String XML = "xml";
Expand Down