diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 19:23:48 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 19:23:48 +0800 |
commit | fdd0b87471b8164224a0815fa530fca898cf168f (patch) | |
tree | 0f8e6b072678b3547d9ce034d88a284d684cc29a /calendar/gui/dialogs | |
parent | 31d42a59fe34484d996f50349f7ce7a0ad9afe53 (diff) | |
download | gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.tar.gz gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.tar.zst gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.zip |
Bug #347330 - Mark forgotten strings for translation
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/delete-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/delete-comp.c b/calendar/gui/dialogs/delete-comp.c index e0a431ffb7..be531314ee 100644 --- a/calendar/gui/dialogs/delete-comp.c +++ b/calendar/gui/dialogs/delete-comp.c @@ -214,7 +214,7 @@ prompt_retract_dialog (ECalComponent *comp, gchar **retract_text, GtkWidget *par cb = gtk_check_button_new_with_mnemonic (_("_Delete this item from all other recipient's mailboxes?")); gtk_container_add (GTK_CONTAINER (vbox), cb); - label = gtk_label_new_with_mnemonic ("_Retract comment"); + label = gtk_label_new_with_mnemonic (_("_Retract comment")); frame = gtk_frame_new (NULL); gtk_frame_set_label_widget ((GtkFrame *) frame, label); |