From 0c38b79c9556e475652d37556f0b2ffd73e0a4e4 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Tue, 26 Oct 2021 19:29:01 +0200 Subject: Accessibility: add button description --- po/POTFILES.in | 1 + shell/ev-sidebar.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 02b9435c..08ab5ec5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -67,6 +67,7 @@ shell/ev-password-view.c shell/ev-properties-dialog.c shell/ev-properties-fonts.c shell/ev-properties-license.c +shell/ev-sidebar.c shell/ev-sidebar-annotations.c shell/ev-sidebar-attachments.c shell/ev-sidebar-bookmarks.c diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c index b9173cdd..0cdb6be8 100644 --- a/shell/ev-sidebar.c +++ b/shell/ev-sidebar.c @@ -26,6 +26,8 @@ #include +#include +#include #include #include @@ -362,6 +364,7 @@ ev_sidebar_init (EvSidebar *ev_sidebar) g_signal_connect (close_button, "clicked", G_CALLBACK (ev_sidebar_close_clicked_cb), ev_sidebar); + gtk_widget_set_tooltip_text (close_button, _("Hide sidebar")); image = gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_MENU); -- cgit v1.2.1