Skip to content

Commit

Permalink
Added several new element types to the elements list (nvaccess#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard de Ruijter committed Jan 10, 2017
1 parent 4370731 commit 851df5c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion source/browseMode.py
Expand Up @@ -667,10 +667,28 @@ class ElementsListDialog(wx.Dialog):
("link", _("Lin&ks")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("heading", _("&Headings")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("graphic", _("&Graphics")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("formField", _("&Form fields")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("button", _("&Buttons")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("heading", _("&Headings")),
("edit", _("&Edit boxes")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("radioButton", _("&Radio buttons")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("comboBox", _("&Combo boxes")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("checkBox", _("Check bo&xes")),
# Translators: The label of a radio button to select the type of element
# in the browse mode Elements List dialog.
("landmark", _("Lan&dmarks")),
Expand Down

0 comments on commit 851df5c

Please sign in to comment.