Add a tooltip text to "view menu"
Currently whenever the cursor is on the view-menu icon,there is not tooltip text which could help define what is the function of this button.
To fix this issue, I added the line <property name="tooltip_text" translatable="yes">View options</property>
in the src/resources/ui/nautilus-toolbar.ui file at line number 688.
Edited by Veerasamy Sevagen