From ef5a2462bcb621ccbfbb62baa25953652f9c0e46 Mon Sep 17 00:00:00 2001 From: Xephi59 Date: Wed, 22 Jul 2015 02:03:10 +0200 Subject: [PATCH] English syntax --- src/main/java/fr/xephi/authme/AuthMe.java | 2 +- src/main/java/fr/xephi/authme/converter/FlatToSqlite.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index e9ef82b9..d8a550be 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -794,7 +794,7 @@ public class AuthMe extends JavaPlugin { t.start(); } catch (Exception e) { } - ConsoleLogger.showError("FlatFile backend as been detected and is now deprecated, next time server startup, it will be changed to SQLite... Conversion will be started Asynchronously, it will not drop down your performances !"); + ConsoleLogger.showError("FlatFile backend has been detected and is now deprecated, next time server starts up, it will be changed to SQLite... Conversion will be started Asynchronously, it will not drop down your performance !"); ConsoleLogger.showError("If you want to keep FlatFile, set file again into config at backend, but this message and this change will appear again at the next restart"); } } diff --git a/src/main/java/fr/xephi/authme/converter/FlatToSqlite.java b/src/main/java/fr/xephi/authme/converter/FlatToSqlite.java index cbcb283a..057b16f6 100644 --- a/src/main/java/fr/xephi/authme/converter/FlatToSqlite.java +++ b/src/main/java/fr/xephi/authme/converter/FlatToSqlite.java @@ -64,7 +64,7 @@ public class FlatToSqlite implements Converter { connect(); setup(); } catch (Exception e) { - sender.sendMessage("Some error appears while trying to setup and connect to sqlite database... Aborting"); + sender.sendMessage("Some error appeared while trying to setup and connect to sqlite database... Aborting"); return; } try {