diff options
-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 7842606a72..1ca9a52dc2 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -389,7 +389,7 @@ dlg_response (GtkWidget *dlg, gint response, gpointer data) /* backup was canceled, delete the backup file as it is not needed now */ gchar *cmd, *filename; - g_message ("Backup cancelled, removing partial backup file."); + g_message ("Backup canceled, removing partial backup file."); filename = g_shell_quote (bk_file); cmd = g_strconcat ("rm ", filename, NULL); |