Fix typo
authorbsinou <bsinou@argeo.org>
Fri, 3 Mar 2017 18:40:04 +0000 (19:40 +0100)
committerbsinou <bsinou@argeo.org>
Fri, 3 Mar 2017 18:40:04 +0000 (19:40 +0100)
org.argeo.suite.workbench.rap/src/org/argeo/suite/workbench/commands/ImportEntities.java

index 8f679be719a56905f5c0f6cea50b2f0ec3fd53da..293cfe06273f7a0afb375b53fa29ae28b3ed967c 100644 (file)
@@ -148,7 +148,7 @@ public class ImportEntities extends AbstractHandler implements PeopleNames {
                                userInputPage.setErrorMessage("Please choose an entity type");
                                return false;
                        } else if (file == null) {
                                userInputPage.setErrorMessage("Please choose an entity type");
                                return false;
                        } else if (file == null) {
-                               userInputPage.setErrorMessage("Please upload a file1");
+                               userInputPage.setErrorMessage("Please upload a file");
                                return false;
                        } else {
                                userInputPage.setErrorMessage(null);
                                return false;
                        } else {
                                userInputPage.setErrorMessage(null);