From 5265ceb2eddaa87d0d2b63661e94ce37e551dbae Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 10 Aug 2013 17:37:28 -0400 Subject: EAlertBar: Mention Escape binding in close button tooltip. --- e-util/e-alert-bar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ( -- cgit v1.2.3