Skip to content

Commit 3625417

Browse files
committed
Fix the command description for the Elements List command in Microsoft Excel, which previously incorrectly mentioned links, headings and landmarks.
Re #1987.
1 parent 98b4720 commit 3625417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/NVDAObjects/window/excel.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ def _iterNodesByType(self,nodeType,direction="next",pos=None):
284284

285285
def script_elementsList(self,gesture):
286286
super(ExcelBrowseModeTreeInterceptor,self).script_elementsList(gesture)
287-
# Translators: the description for the elements list dialog script on virtualBuffers.
288-
script_elementsList.__doc__ = _("Presents a list of links, headings or landmarks")
287+
# Translators: the description for the elements list command in Microsoft Excel.
288+
script_elementsList.__doc__ = _("Presents a list of charts, cells with comments and cells with formulas")
289289
script_elementsList.ignoreTreeInterceptorPassThrough=True
290290

291291
class ElementsListDialog(browseMode.ElementsListDialog):

0 commit comments

Comments
 (0)