diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-24 14:28:25 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-24 14:28:25 +0800 |
commit | 2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (patch) | |
tree | 6031bbee9d4b04084d57123d6d5bf21fff566615 /shell | |
parent | c405e5f281cdf5a851d2915db4250b96007832b4 (diff) | |
download | gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.gz gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.zst gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.zip |
** Fixes bug #553479
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* shell/shell.error.xml:
* plugins/webdav-account-setup/webdav-contacts-source.c
(plugin_webdav_contacts):
* plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml:
* plugins/python/org-gnome-evolution-python.eplug.xml:
*
plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
* mail/em-migrate.c (migrate_to_db):
* mail/evolution-mail.schemas.in:
* addressbook/gui/component/ldap-config.glade: String
capitalisation
improvements.
svn path=/trunk/; revision=36439
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/shell.error.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 983da3282d..1f24072ebb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2008-09-24 Philip Withnall <philip@tecnocode.co.uk> + + ** Fixes bug #553479 + + * shell.error.xml: String capitalisation improvements. + 2008-09-19 Sankar P <psankar@novell.com> License Changes diff --git a/shell/shell.error.xml b/shell/shell.error.xml index 6f5364e026..e3b7a1a2ee 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -29,7 +29,7 @@ If you choose to continue, you may not have access to some of your old data. <error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL"> <title>Delete old data from version {0}?</title> <_primary>Delete old data from version {0}?</_primary> - <_secondary xml:space="preserve">The previous version of evolution stored its data in a different location. + <_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location. If you choose to remove this data, the entire contents of the "evolution" directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of "evolution" at your convenience. </_secondary> |