diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-03 09:12:30 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-07-03 09:12:30 +0100 |
commit | a0cb8657df797c36011ab61311ef2e15960d530b (patch) | |
tree | 15ba403138e6a7361be212ebd4f47f9d9555fd2e | |
parent | c957e1043c45ea5a26f3bac0e5e98b83bd94f84b (diff) |
change loaded console message
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | locale/fr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -619,4 +619,4 @@ local path = minetest.get_modpath("bonemeal") dofile(path .. "/mods.lua")
dofile(path .. "/lucky_block.lua")
-print (S("[bonemeal] loaded"))
+print (S("[MOD] bonemeal loaded"))
diff --git a/locale/fr.txt b/locale/fr.txt index 874b106..24475c8 100644 --- a/locale/fr.txt +++ b/locale/fr.txt @@ -4,4 +4,4 @@ Mulch = Paillis Bone Meal = Poudre d'os Fertiliser = Engrais Bone = Os -[bonemeal] loaded = [bonemeal] chargé +[MOD] bonemeal loaded = [MOD] bonemeal chargé |