**System Information**
Operating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits
**Blender Version**
Broken: version: 2.92.0 Beta, branch: master, commit date: 2021-02-09 07:11, hash: `rB10f44a413573`
**Short description of error**
[Please fill out a short description of the error here]
On the following page:
[[ https://docs.blender.org/manual/en/latest/editors/dope_sheet/action.html | Action Editor ]]
There is a mentioning of
**Push Down (double down arrow peak icon)**
> Adds the active action on to the NLA stack as a contributing strip. This is basically the same as pressing the Push Down button in the NLA Editor.
>
Running this option on the software, you find it is depicting this image for the NLA Pushdown function:
{F10034432}
as shown in this image
{F10034438}
The text is found in the following source file:
editors/dope_sheet/action.rst
- First, I don't see a double arrow image, I only see 1 peak arrow pointing downward, with two layering hierarchy,
- Second, it's not a DOUBLE either.
I did a visual search on the icons published, using the add-on 'Icon viewer':
{F10034460}
and I could not locate a double peak arrow icon.
I would suggest a method to find all instances of problem in the text:
run
```
make gettext
```
at the console window, in the 'blender_docs' directory. This will create a
```
build/gettext
```
directory in this path
Install vscode from here
[[ https://code.visualstudio.com/download | Download Visual Studio Code ]]
then use it to Open Folder and choose '**build/gettext**' above in the vscode. Use the 'Search' function of the software (magnifying glass) to and enter the text:
> arrow peak
and you will find all instances.