English Syntax #2

This commit is contained in:
Xephi59 2015-07-22 02:04:43 +02:00
parent ef5a2462bc
commit 4ecfffd8cf

View File

@ -26,7 +26,7 @@ public class ForceFlatToSqlite implements Converter {
plugin.getSettings().setValue("DataSource.backend", "sqlite");
ConsoleLogger.info("Database successfully converted to sqlite !");
} catch (Exception e) {
ConsoleLogger.showError("An error appears while trying to convert flatfile ...");
ConsoleLogger.showError("An error appeared while trying to convert flatfile to sqlite ...");
} finally {
if (sqlite != null)
sqlite.close();