[gtk+] Improve accessibility context and description of the spinner



commit e41f4e85cf56f3419fc284f9ef6cfd61b9008b4e
Author: Christian Dywan <christian twotoasts de>
Date:   Fri Nov 6 00:56:30 2009 +0100

    Improve accessibility context and description of the spinner
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598758

 gtk/gtkspinner.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c
index 57c84a0..0c341b8 100644
--- a/gtk/gtkspinner.c
+++ b/gtk/gtkspinner.c
@@ -451,8 +451,8 @@ static void
 gtk_spinner_accessible_initialize (AtkObject *accessible,
                                    gpointer   widget)
 {
-  atk_object_set_name (accessible, _("Spinner"));
-  atk_object_set_description (accessible, _("Provides visual status"));
+  atk_object_set_name (accessible, C_("throbbing progress animation widget", "Spinner"));
+  atk_object_set_description (accessible, _("Provides visual indication of progress"));
 
   a11y_parent_class->initialize (accessible, widget);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]