diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b31f4474a2..8c48c589d9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-10-16 Ushveen Kaur <kushveen@novell.com> + + ** Fixes bug #308276 + + * mail.error.xml : secondary for "vfolder-notunique" corrected. + 2006-10-16 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #333864 and bug #351374 diff --git a/mail/mail.error.xml b/mail/mail.error.xml index d881a47ad0..21584eaf29 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -287,7 +287,7 @@ go to the Search Folder editor to add it explicitly, if required.</_secondary> <error id="vfolder-notunique" type="error"> <_primary>Cannot add Search Folder "{0}".</_primary> - <_secondary xml:space="preserve">A folder named "{1}" already exists. Please use a different name.</_secondary> + <_secondary xml:space="preserve">A folder named "{0}" already exists. Please use a different name.</_secondary> </error> <error id="vfolder-updated" type="info"> |