Improve accessibility context and description of the spinner
https://bugzilla.gnome.org/show_bug.cgi?id=598758
This commit is contained in:
		| @ -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); | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Christian Dywan
					Christian Dywan