diff options
Diffstat (limited to 'calendar/gnome-month-item.h')
-rw-r--r-- | calendar/gnome-month-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gnome-month-item.h b/calendar/gnome-month-item.h index 405fda3702..d117aa85b5 100644 --- a/calendar/gnome-month-item.h +++ b/calendar/gnome-month-item.h @@ -106,7 +106,7 @@ struct _GnomeMonthItem { GtkAnchorType day_anchor; /* Anchor side for the day number labels */ GnomeCanvasItem **items; /* All the items that make up the calendar */ - int day_numbers[42]; /* The numbers of the days */ + int day_numbers[42]; /* The numbers of the days, as they are shown in the display */ GdkFont *head_font; /* Font for the headings */ GdkFont *day_font; /* Font for the day numbers */ |