1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-03-12 06:40:09 +01:00

Missing "s" for general.info.time.days locale line path

This commit is contained in:
Zrips 2017-06-22 15:19:27 +03:00
parent 00819d8eed
commit c591f35671

View File

@ -76,7 +76,7 @@ public class LanguageManager {
c.get("general.Spawner", "&r[type] Spawner");
c.get("general.info.toplineseparator", "&7*********************** &6%playername% &7***********************");
c.get("general.info.separator", "&7*******************************************************");
c.get("general.info.time.day", "&e%days% &6days ");
c.get("general.info.time.days", "&e%days% &6days ");
c.get("general.info.time.hours", "&e%hours% &6hours ");
c.get("general.info.time.mins", "&e%mins% &6min ");
c.get("general.info.time.secs", "&e%secs% &6sec ");