Skip to content

Commit

Permalink
imp - Made the calendar status bar more clear
Browse files Browse the repository at this point in the history
---

We've made the calendar status more clear than before.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 26, 2024
1 parent fe7fe3e commit d448bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ private static void StatusNumInfo((int Year, int Month, int Day, CalendarTypes c
{
// Change the status to reflect the selected day
status =
$"MM/DD/YYYY: {state.Month}/{state.Day}/{state.Year} | {state.calendar}";
$"MM/DD/YYYY: {state.Month}/{state.Day}/{state.Year} | {Translate.DoTranslation("Calendar type")}: {state.calendar}";
}

private static void HandleKeypress(ConsoleKeyInfo key, ref (int Year, int Month, int Day, CalendarTypes calendar) state)
Expand Down

0 comments on commit d448bf4

Please sign in to comment.