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, 3 insertions, 1 deletions
diff --git a/shell/e-summary-storage.c b/shell/e-summary-storage.c
index de58b470f5..6d127f8f91 100644
--- a/shell/e-summary-storage.c
+++ b/shell/e-summary-storage.c
@@ -29,6 +29,8 @@
#include "e-folder.h"
+#include "e-util/e-unicode-i18n.h"
+
#include <gal/util/e-util.h>
#include <gtk/gtktypeutils.h>
@@ -75,7 +77,7 @@ impl_get_name (EStorage *storage)
static const char *
impl_get_display_name (EStorage *storage)
{
- return _("Summary");
+ return U_("Summary");
}