diff options
Diffstat (limited to 'e-util/e-alert-bar.c')
-rw-r--r-- | e-util/e-alert-bar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-alert-bar.c b/e-util/e-alert-bar.c index 4e621d7f56..a5d5dee5a6 100644 --- a/e-util/e-alert-bar.c +++ b/e-util/e-alert-bar.c @@ -117,7 +117,8 @@ alert_bar_show_alert (EAlertBar *alert_bar) gtk_button_set_relief ( GTK_BUTTON (widget), GTK_RELIEF_NONE); gtk_widget_set_tooltip_text ( - widget, _("Close this message")); + /* Translators: Escape is a keyboard binding. */ + widget, _("Close this message (Escape)")); gtk_box_pack_end ( GTK_BOX (action_area), widget, FALSE, FALSE, 0); gtk_button_box_set_child_non_homogeneous ( |