From a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 2 Apr 2010 14:48:52 +0200 Subject: Bug #458510 - Cannot translate "_Backup Settings..." --- plugins/backup-restore/backup-restore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/backup-restore') diff --git a/plugins/backup-restore/backup-restore.c b/plugins/backup-restore/backup-restore.c index 5286605f66..6174fa709f 100644 --- a/plugins/backup-restore/backup-restore.c +++ b/plugins/backup-restore/backup-restore.c @@ -350,14 +350,14 @@ static GtkActionEntry entries[] = { { "settings-backup", NULL, - N_("_Backup Settings..."), + N_("_Backup Evolution Settings..."), NULL, N_("Backup Evolution data and settings to an archive file"), G_CALLBACK (action_settings_backup_cb) }, { "settings-restore", NULL, - N_("R_estore Settings..."), + N_("R_estore Evolution Settings..."), NULL, N_("Restore Evolution data and settings from an archive file"), G_CALLBACK (action_settings_restore_cb) } -- cgit v1.2.3