mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Translate now
instead of static "now"
in DateUtil.
This commit is contained in:
parent
7c0fa46b4d
commit
8fd532c648
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public class DateUtil {
|
|||
}
|
||||
}
|
||||
if (sb.length() == 0) {
|
||||
return "now";
|
||||
return tl("now");
|
||||
}
|
||||
return sb.toString().trim();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue