After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 577964 - Page Range entry is not accessible
Page Range entry is not accessible
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-04-04 21:18 UTC by Nickolay V. Shmyrev
Modified: 2009-04-10 04:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nickolay V. Shmyrev 2009-04-04 21:18:00 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.
Comment 1 André Klapper 2009-04-09 08:15:20 UTC
 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.
Comment 2 Matthias Clasen 2009-04-10 04:12:49 UTC
I've changed it to "Time of print". Hopefully that is more understandable.