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 Jul 1, 2016
1 parent 40427d2 commit 7d46d7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source/browseMode.py
Expand Up @@ -626,9 +626,27 @@ class ElementsListDialog(wx.Dialog):
("heading", _("&Headings")),
# 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.
("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.
("graphic", _("&Graphics")),
# 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 7d46d7e

Please sign in to comment.