GNOME Bugzilla – Bug 577964
Page Range entry is not accessible
Last modified: 2009-04-10 04:12:49 UTC
The entry for page name on General page in print dialog has no accessible name, thus it's hard to use it in scripts as well as it causes troubles for blind users.
gtk_widget_set_tooltip_text (entry, at_tooltip); + atk_object_set_name (gtk_widget_get_accessible (entry), _("At")); "At" is one of the worst strings to translate without having context. It can have 15 different meanings in my language. Please add a translator comment.
I've changed it to "Time of print". Hopefully that is more understandable.