This commit is contained in:
Gabriele C
2015-11-25 15:13:45 +01:00
parent f8ec474534
commit ea0e65df55
2 changed files with 16 additions and 1 deletions
@@ -46,7 +46,7 @@ public class RoyalAuthConverter implements Converter {
data.saveAuth(auth);
} catch (Exception e) {
ConsoleLogger.writeStackTrace(e);
ConsoleLogger.showError("Error while trying to import " + o.getName() + " RoyalAuth datas");
ConsoleLogger.showError("Error while trying to import " + o.getName() + " RoyalAuth data");
}
}
}