forked from AuroraMiddleware/gtk
Improve accessibility context and description of the spinner
https://bugzilla.gnome.org/show_bug.cgi?id=598758
This commit is contained in:
parent
2f9bd297bb
commit
e41f4e85cf
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user