diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-13 17:42:43 +0800 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-18 17:05:13 +0800 |
commit | d49349bcb3587d977df06643397535cf09035246 (patch) | |
tree | 84baaea5fa54976c7765c68deba31a3d3265be6a /plugins | |
parent | bd4c5298000598e3a9681f8e06cd53c7bcb56078 (diff) | |
download | gsoc2013-evolution-d49349bcb3587d977df06643397535cf09035246.tar.gz 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.c | 2 |
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"); |