aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/org-gnome-backup-restore.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-10-04 22:18:01 +0800
committerMilan Crha <mcrha@redhat.com>2010-10-04 22:18:01 +0800
commit5bde5537b6d098b16f96e46f48fdf45a3ce92207 (patch)
treea61f1edd4bbe187d39f7d2c5682243ecaf4433d4 /plugins/backup-restore/org-gnome-backup-restore.error.xml
parentc42663bcb790f9c732b0ce7fd7b288f74d58a581 (diff)
downloadgsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar.gz
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar.bz2
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar.lz
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar.xz
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.tar.zst
gsoc2013-evolution-5bde5537b6d098b16f96e46f48fdf45a3ce92207.zip
Bug #616250 - Restore and Backup options aren't fully descriptive
Diffstat (limited to 'plugins/backup-restore/org-gnome-backup-restore.error.xml')
-rw-r--r--plugins/backup-restore/org-gnome-backup-restore.error.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml
index e8786b6743..398715eb91 100644
--- a/plugins/backup-restore/org-gnome-backup-restore.error.xml
+++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml
@@ -2,18 +2,18 @@
<error-list domain="org.gnome.backup-restore">
<error id="invalid-backup" type="warning">
- <_primary>Invalid Evolution backup file</_primary>
- <_secondary>Please select a valid backup file to restore.</_secondary>
+ <_primary>Invalid Evolution back up file</_primary>
+ <_secondary>Please select a valid back up file to restore.</_secondary>
</error>
<error id="backup-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
<_primary>Are you sure you want to close Evolution?</_primary>
- <_secondary xml:space="preserve">To backup your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding.</_secondary>
- <button _label="Close and Backup Evolution" response="GTK_RESPONSE_YES"/>
+ <_secondary xml:space="preserve">To back up your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding.</_secondary>
+ <button _label="Close and Back up Evolution" response="GTK_RESPONSE_YES"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
</error>
<error id="restore-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
- <_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
- <_secondary xml:space="preserve">To restore your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding. This will delete all your current Evolution data and settings and restore them from your backup.</_secondary>
+ <_primary>Are you sure you want to restore Evolution from the selected back up file?</_primary>
+ <_secondary xml:space="preserve">To restore your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding. This will delete all your current Evolution data and settings and restore them from your back up.</_secondary>
<button _label="Close and Restore Evolution" response="GTK_RESPONSE_YES"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
</error>