diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/mail-composer.error.xml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index b9dd383289..84ea1b988e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2006-08-24 Ushveen Kaur <kushveen@novell.com> + + ** Fixes bug #261062 + * mail-composer.error.xml: Translator comments added. + 2006-09-18 Matthew Barnes <mbarnes@redhat.com> Fixes #351332 diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index 6f75d375dd..ed45bb292f 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -3,6 +3,7 @@ <error id="no-attach" type="error" modal="true"> <_primary>You cannot attach the file `{0}' to this message.</_primary> + <!--For Translators: '{1}' is the exception description,describing why the file could not be attached to the message --> <secondary>{1}</secondary> </error> |