Skip to content

Commit

Permalink
Update gui_event.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaturimika authored Feb 25, 2024
1 parent 2f99c41 commit 0afcc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/gui_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void populate_event_submap(sys::state& state, text::substitution_map& sub,
text::add_to_substitution_map(sub, text::variable_type::temperature, text::fp_two_places{ state.crisis_temperature });
// Dates
text::add_to_substitution_map(sub, text::variable_type::year, int32_t(event_date.to_ymd(state.start_date).year));
text::add_to_substitution_map(sub, text::variable_type::month, text::localize_month(state, event_date.to_ymd(state.start_date).month));
//text::add_to_substitution_map(sub, text::variable_type::month, text::localize_month(state, event_date.to_ymd(state.start_date).month));
text::add_to_substitution_map(sub, text::variable_type::day, int32_t(event_date.to_ymd(state.start_date).day));

// Non-vanilla
Expand Down

0 comments on commit 0afcc0e

Please sign in to comment.