diff --git a/.idea/dictionaries/Gabriele.xml b/.idea/dictionaries/Gabriele.xml
index 65176827..09ec973e 100644
--- a/.idea/dictionaries/Gabriele.xml
+++ b/.idea/dictionaries/Gabriele.xml
@@ -8,6 +8,7 @@
auths
bcrypt
bcrypt's
+ bodyash
bukkit
checkpw
ciphertext
@@ -16,27 +17,33 @@
crazycrypt
cycically
damager
+ darkwarriors
datasource
doffp
dontneed
doublemd
ekskey
feistel
+ generatedpass
gensalt
geoip
getclasse
hashpw
hashsum
hotbar
+ irobin
+ jdbc
joomla
koffp
koolaid
+ lastloc
lastposworld
lastposx
lastposy
lastposz
lgpl
logininmillieseconds
+ maxetto
maxmind
maxolen
mazieres
@@ -55,23 +62,31 @@
plen
preprocess
provos
+ rkwarriors
royalauth
rtner
saltb
saltedsha
schneier's
scry
+ servername
+ sgdc
slen
+ smtp
sqlite
streamtoword
teleport
tortious
unavailableworld
unlogged
+ visee
wordpress
xauth
xenforo
xephi
+ xubic
+ yaml
+ zhhk
\ No newline at end of file
diff --git a/src/main/java/fr/xephi/authme/converter/RoyalAuthConverter.java b/src/main/java/fr/xephi/authme/converter/RoyalAuthConverter.java
index 6906815d..c4f5ebb4 100644
--- a/src/main/java/fr/xephi/authme/converter/RoyalAuthConverter.java
+++ b/src/main/java/fr/xephi/authme/converter/RoyalAuthConverter.java
@@ -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");
}
}
}