aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 47ff3070b9..e4167df141 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -117,7 +117,7 @@ print (GnomeCalendar *gcal, gboolean preview)
case GNOME_CAL_LIST_VIEW:
list_view = E_CAL_LIST_VIEW (gnome_calendar_get_current_view_widget (gcal));
etable = e_table_scrolled_get_table (list_view->table_scrolled);
- print_table (etable, _("Calendar"), preview);
+ print_table (etable, _("Print"), _("Calendar"), preview);
return;
default: