aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/org-gnome-backup-restore.error.xml
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2007-08-11 02:12:33 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2007-08-11 02:12:33 +0800
commit6ce71a6da26b0b8284dbf0b81cfff6fc322982f5 (patch)
tree090d9ae5f259fd18cb43215fbed98d3c27a59850 /plugins/backup-restore/org-gnome-backup-restore.error.xml
parent4191c4884dd41fa624bf26c8a987f36e26962328 (diff)
downloadgsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar.gz
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar.bz2
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar.lz
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar.xz
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.tar.zst
gsoc2013-evolution-6ce71a6da26b0b8284dbf0b81cfff6fc322982f5.zip
Backup-restore-plugin: string issues resolved. Bug #458508.
committing on behalf of Anand V M <avmuttagi@gmail.com> svn path=/trunk/; revision=33980
Diffstat (limited to 'plugins/backup-restore/org-gnome-backup-restore.error.xml')
-rw-r--r--plugins/backup-restore/org-gnome-backup-restore.error.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml
index ae21cb912d..95f1d033ea 100644
--- a/plugins/backup-restore/org-gnome-backup-restore.error.xml
+++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.backup-restore">
- <error id="invalid-archive" type="warning">
- <_title>Invalid Evolution archive</_title>
- <_secondary>Please select a valid archive file to restore.</_secondary>
+ <error id="invalid-backup" type="warning">
+ <_title>Invalid Evolution backup file</_title>
+ <_secondary>Please select a valid backup file to restore.</_secondary>
</error>
<error id="backup-confirm" type="warning" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to close Evolution?</_primary>
@@ -12,7 +12,7 @@
<button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
</error>
<error id="restore-confirm" type="warning" default="GTK_RESPONSE_NO">
- <_primary>Are you sure you want to restore Evolution from the selected archive?</_primary>
+ <_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
<_secondary xml:space="preserve">This will delete all your current Evolution data and settings and restore them from your backup. Evolution restore can start only when Evolution is not running. Please make sure that you close all your unsaved windows before you proceed. If you want Evolution to restart automatically restart after restore, please enable the toggle button.</_secondary>
<button stock="gtk-no" response="GTK_RESPONSE_NO"/>
<button stock="gtk-yes" response="GTK_RESPONSE_YES"/>