aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-04-13 17:42:43 +0800
committerPhilip Withnall <philip@tecnocode.co.uk>2010-04-18 17:05:13 +0800
commitd49349bcb3587d977df06643397535cf09035246 (patch)
tree84baaea5fa54976c7765c68deba31a3d3265be6a /plugins
parentbd4c5298000598e3a9681f8e06cd53c7bcb56078 (diff)
downloadgsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.gz
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.bz2
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.lz
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.xz
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.zst
gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.zip
Fix usage of "backup" in translatable strings
"to back up" (verb) is different from "backup" (noun); correct some issues with confusion of the two words. Helps: bgo#615712
Diffstat (limited to 'plugins')
-rw-r--r--plugins/backup-restore/backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c
index 849c9efa14..3c2fe90a6d 100644
--- a/plugins/backup-restore/backup.c
+++ b/plugins/backup-restore/backup.c
@@ -252,7 +252,7 @@ restore (const gchar *filename)
run_cmd (EVOLUTION " --quit");
CANCEL (complete);
- txt = _("Backup current Evolution data");
+ txt = _("Back up current Evolution data");
run_cmd ("mv " EVOLUTION_DIR " " EVOLUTION_DIR_BACKUP);
run_cmd ("mv $HOME/.camel_certs ~/.camel_certs_old");