mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Translate now
instead of static "now"
in DateUtil.
This commit is contained in:
parent
7c0fa46b4d
commit
8fd532c648
@ -149,7 +149,7 @@ public class DateUtil {
|
||||
}
|
||||
}
|
||||
if (sb.length() == 0) {
|
||||
return "now";
|
||||
return tl("now");
|
||||
}
|
||||
return sb.toString().trim();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user