aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/day.c')
-rw-r--r--src/day.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/day.c b/src/day.c
index 9a99b95..c57d983 100644
--- a/src/day.c
+++ b/src/day.c
@@ -540,7 +540,7 @@ void day_popup_item(struct day_item *day)
{
if (day->type == EVNT || day->type == RECUR_EVNT) {
item_in_popup(NULL, NULL, day_item_get_mesg(day),
- _("Event :"));
+ _("Event:"));
} else if (day->type == APPT || day->type == RECUR_APPT) {
char a_st[100], a_end[100];
@@ -553,7 +553,7 @@ void day_popup_item(struct day_item *day)
a_st, a_end);
item_in_popup(a_st, a_end, day_item_get_mesg(day),
- _("Appointment :"));
+ _("Appointment:"));
} else {
EXIT(_("unknown item type"));
/* NOTREACHED */