X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2Fempathy-main-window.c;h=6b51eccadb6c9aed236daf83260c9701c4f182e8;hp=7970cb1f950c131a8399d35a926dc02f781084a8;hb=5f6f3c75f6ff002f92563b09e6d53710f7bbe193;hpb=75da50a88d81ca05adcadfbcae01a68e805dea19 diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index 7970cb1f..6b51ecca 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -810,7 +810,7 @@ main_window_error_display (EmpathyMainWindow *window, gtk_widget_show (image); gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0); - label = gtk_label_new_with_mnemonic (_("Edit Account _Details")); + label = gtk_label_new_with_mnemonic (_("_Edit account")); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);