mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-29 11:31:41 +01:00
locale: fix color code in german translation (#1684)
This fixes a broken color code for the "Spielerzeit" (playtime) text. Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
parent
103649dcf5
commit
aa492be01a
@ -73,6 +73,7 @@ public class Contributors {
|
||||
new Contributor("Karlatemp", CODE, LANG),
|
||||
new Contributor("Mastory_Md5", LANG),
|
||||
new Contributor("FluxCapacitor2", CODE)
|
||||
new Contributor("galexrt", LANG),
|
||||
};
|
||||
int estimatedLength = contributors.length * 40 + 50;
|
||||
StringBuilder html = new StringBuilder(estimatedLength);
|
||||
|
@ -96,7 +96,7 @@ Cmd Qinspect - Last Seen || §2Zuletzt gesehen: §f${0}
|
||||
Cmd Qinspect - Longest Session || §2Längste Session: §f${0}
|
||||
Cmd Qinspect - Mob Kills || §2Getötete Mobs: §f${0}
|
||||
Cmd Qinspect - Player Kills || §2Getötete Spieler: §f${0}
|
||||
Cmd Qinspect - Playtime || §Spielzeit: §f${0}
|
||||
Cmd Qinspect - Playtime || §2Spielzeit: §f${0}
|
||||
Cmd Qinspect - Registered || §2Registrierung: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Kicks: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §a'${0}' wurde bis zum nächsten Reload des Plugins deaktiviert.
|
||||
|
Loading…
Reference in New Issue
Block a user