aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-memopad.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-shell-view-memopad.c')
-rw-r--r--modules/calendar/e-cal-shell-view-memopad.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/calendar/e-cal-shell-view-memopad.c b/modules/calendar/e-cal-shell-view-memopad.c
index f14519bc7e..c7917eaf43 100644
--- a/modules/calendar/e-cal-shell-view-memopad.c
+++ b/modules/calendar/e-cal-shell-view-memopad.c
@@ -274,7 +274,7 @@ static GtkActionEntry calendar_memopad_entries[] = {
G_CALLBACK (action_calendar_memopad_new_cb) },
{ "calendar-memopad-open",
- GTK_STOCK_OPEN,
+ "document-open",
N_("_Open Memo"),
NULL,
N_("View the selected memo"),
@@ -291,8 +291,8 @@ static GtkActionEntry calendar_memopad_entries[] = {
static GtkActionEntry lockdown_printing_entries[] = {
{ "calendar-memopad-print",
- GTK_STOCK_PRINT,
- NULL,
+ "document-print",
+ N_("Print..."),
NULL,
N_("Print the selected memo"),
G_CALLBACK (action_calendar_memopad_print_cb) }
@@ -301,7 +301,7 @@ static GtkActionEntry lockdown_printing_entries[] = {
static GtkActionEntry lockdown_save_to_disk_entries[] = {
{ "calendar-memopad-save-as",
- GTK_STOCK_SAVE_AS,
+ "document-save-as",
N_("_Save as iCalendar..."),
NULL,
NULL, /* XXX Add a tooltip! */