Typo in no subject translation in details dialog (fixes NB#108705)
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 30 Mar 2009 11:37:29 +0000 (11:37 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 30 Mar 2009 11:37:29 +0000 (11:37 +0000)
pmo-trunk-r8464

src/widgets/modest-details-dialog.c

index f953340..732c59f 100644 (file)
@@ -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 */