aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-08-11 05:37:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-08-11 05:37:57 +0800
commit5265ceb2eddaa87d0d2b63661e94ce37e551dbae (patch)
tree28e8e68e05e4095e6b54c26f5d4ebc012038e0da
parent161df81dd99ddfe090b12f73d5b8dd3701d63f44 (diff)
downloadgsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar.gz
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar.bz2
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar.lz
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar.xz
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.tar.zst
gsoc2013-evolution-5265ceb2eddaa87d0d2b63661e94ce37e551dbae.zip
EAlertBar: Mention Escape binding in close button tooltip.
-rw-r--r--e-util/e-alert-bar.c3
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 (