From 209d884fbf9128164b59b7a54b1c3e99ad58ce46 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Mon, 17 Jul 2006 12:48:44 +0000 Subject: Made the success message translatable and fixed a typo. 2006-07-17 Sankar P * mail-retract.c: (retract_mail_settings) Made the success message translatable and fixed a typo. svn path=/trunk/; revision=32330 --- plugins/groupwise-features/ChangeLog | 5 +++++ plugins/groupwise-features/mail-retract.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index c83b63ccdd..d65a69387a 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,8 @@ +2006-07-17 Sankar P + + * mail-retract.c: (retract_mail_settings) + Made the success message translatable and fixed a typo. + 2006-07-17 Sankar P * mail-send-options.c: (feed_input_data) diff --git a/plugins/groupwise-features/mail-retract.c b/plugins/groupwise-features/mail-retract.c index a4580d3f5f..ca24c3ccdd 100644 --- a/plugins/groupwise-features/mail-retract.c +++ b/plugins/groupwise-features/mail-retract.c @@ -50,7 +50,7 @@ static void retract_mail_settings (EPopup *ep, EPopupItem *item, void *data) e_error_run (NULL, "org.gnome.evolution.message.retract:retract-failure", NULL); else { GtkWidget *dialog; - dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, "Message retracted succesfully"); + dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, _("Message retracted successfully")); gtk_dialog_run (GTK_DIALOG(dialog)); gtk_widget_destroy (dialog); } -- cgit v1.2.3