From 14ceb689170405d1176e9916f6e3e03cf4bc4ab5 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 30 Mar 2009 11:37:29 +0000 Subject: [PATCH] Typo in no subject translation in details dialog (fixes NB#108705) pmo-trunk-r8464 --- src/widgets/modest-details-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-details-dialog.c b/src/widgets/modest-details-dialog.c index f953340..732c59f 100644 --- a/src/widgets/modest-details-dialog.c +++ b/src/widgets/modest-details-dialog.c @@ -240,7 +240,7 @@ modest_details_dialog_set_header_default (ModestDetailsDialog *self, if (!strcmp (subject, "")) { g_free (subject); - subject = g_strdup (_("mail_va_no_subject ")); + subject = g_strdup (_("mail_va_no_subject")); } /* Add from and subject for all folders */ -- 1.7.9.5