aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-summary-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-summary-storage.c')
-rw-r--r--shell/e-summary-storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-summary-storage.c b/shell/e-summary-storage.c
index 5d18fa3b36..200aee1a6b 100644
--- a/shell/e-summary-storage.c
+++ b/shell/e-summary-storage.c
@@ -75,7 +75,7 @@ impl_get_name (EStorage *storage)
static const char *
impl_get_display_name (EStorage *storage)
{
- return _("My Evolution");
+ return _("Summary");
}
@@ -116,7 +116,7 @@ e_summary_storage_new (void)
storage = gtk_type_new (e_summary_storage_get_type ());
- e_storage_construct (storage, "/", "My Evolution");
+ e_storage_construct (storage, "/", "Summary");
return storage;
}