Skip to content

Commit

Permalink
Add translation key for /alts output (#5595)
Browse files Browse the repository at this point in the history
Co-authored-by: JRoy <[email protected]>
  • Loading branch information
Evidentsinger14 and JRoy authored Nov 25, 2024
1 parent f02eeec commit 9590d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private void seenIP(final CommandSource sender, final String ipAddress, final St

if (matches.size() > 0) {
sender.sendTl("matchingIPAddress");
sender.sendMessage(StringUtil.joinList(matches));
sender.sendTl("matchingAccounts", StringUtil.joinList(matches));
} else {
sender.sendTl("noMatchingPlayers");
}
Expand Down
1 change: 1 addition & 0 deletions Essentials/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ mailSentToExpire=<secondary>{0}<primary> has been sent the following mail which
mailTooLong=<dark_red>Mail message too long. Try to keep it below 1000 characters.
markMailAsRead=<primary>To mark your mail as read, type<secondary> /mail clear<primary>.
matchingIPAddress=<primary>The following players previously logged in from that IP address\:
matchingAccounts={0}
maxHomes=<dark_red>You cannot set more than<secondary> {0} <dark_red>homes.
maxMoney=<dark_red>This transaction would exceed the balance limit for this account.
mayNotJail=<dark_red>You may not jail that person\!
Expand Down

0 comments on commit 9590d4c

Please sign in to comment.