diff options
Diffstat (limited to 'shell/e-summary-storage.c')
-rw-r--r-- | shell/e-summary-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-summary-storage.c b/shell/e-summary-storage.c index 200aee1a6b..de58b470f5 100644 --- a/shell/e-summary-storage.c +++ b/shell/e-summary-storage.c @@ -116,7 +116,7 @@ e_summary_storage_new (void) storage = gtk_type_new (e_summary_storage_get_type ()); - e_storage_construct (storage, "/", "Summary"); + e_storage_construct (storage, "/", "summary"); return storage; } |