From d49349bcb3587d977df06643397535cf09035246 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 13 Apr 2010 10:42:43 +0100 Subject: 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 --- plugins/backup-restore/backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/backup-restore/backup.c') 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"); -- cgit v1.2.3