aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index e6167b812d..0805fd38a2 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -1044,7 +1044,7 @@ mail_local_reconfigure_folder (FolderBrowser *fb)
gd = (GnomeDialog *)glade_xml_get_widget (gui, "dialog_format");
name = mail_tool_get_folder_name (fb->folder);
- title = g_strdup_printf ("Reconfigure %s", name);
+ title = g_strdup_printf (_("Reconfigure %s"), name);
gtk_window_set_title (GTK_WINDOW (gd), title);
g_free (title);
g_free (name);