diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js index 36fcc10ef..71b932ad7 100644 --- a/js/ui/dateMenu.js +++ b/js/ui/dateMenu.js @@ -219,7 +219,7 @@ class EventsSection extends St.Button { /* Translators: Shown in calendar event list as the start/end of events * that only show day and month */ - format = T_('%m/%d'); + format = T_(N_('%m/%d')); else format = '%x';