Changeset 43

Show
Ignore:
Timestamp:
11/05/07 22:51:43
Author:
pvanhoof
Message:

Fix for translators

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tmut-msg-creator.c

    r42 r43  
    373373 
    374374        /* Translator: this Fwd-text is the default subject field when creating 
    375          * a forward of a message */ 
     375         * a reply of a message */ 
    376376        gchar *osubject = (gchar *) tny_header_get_subject (header), 
    377377              *str = g_strdup_printf (_("[Re: %s]"), osubject?osubject:_("No subject"));