mod wording

This commit is contained in:
beo3000 2026-01-06 19:26:27 +01:00
parent 345253b491
commit 745da9e678
1 changed files with 3 additions and 3 deletions

View File

@ -544,9 +544,9 @@ else
private static string GetNextStatusLabel(DayStatus status) => status switch private static string GetNextStatusLabel(DayStatus status) => status switch
{ {
DayStatus.New => "Starten", DayStatus.New => "Spieltag starten",
DayStatus.Started => "Abschließen", DayStatus.Started => "Spieltag abschliessen",
DayStatus.Postponed => "Fortsetzen", DayStatus.Postponed => "Spieltag fortsetzen",
_ => "" _ => ""
}; };