aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r--calendar/gui/e-memo-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index 7a8fae5b9f..b63cde43d2 100644
--- a/calendar/gui/e-memo-table.c
+++ b/calendar/gui/e-memo-table.c
@@ -271,7 +271,7 @@ e_memo_table_init (EMemoTable *memo_table)
a11y = gtk_widget_get_accessible (GTK_WIDGET(e_table));
if (a11y)
- atk_object_set_name (a11y, _("Memo Table"));
+ atk_object_set_name (a11y, _("Memos"));
}