diff options
| author | Milan Crha <mcrha@redhat.com> | 2010-04-02 20:48:52 +0800 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 20:48:52 +0800 |
| commit | a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c (patch) | |
| tree | fb8fc3d9a515d236d8eb11ceba65b3f883985055 /plugins | |
| parent | 3bb6a9453283fdc70dfa9fac4e508db574ec0aa0 (diff) | |
| download | gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar.gz gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar.bz2 gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar.lz gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar.xz gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.tar.zst gsoc2013-evolution-a7cdda3232a8c0b0ed4d0ea279a67b9cf72cbb7c.zip | |
Bug #458510 - Cannot translate "_Backup Settings..."
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/backup-restore/backup-restore.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) } |
