The tooltips from the Grid View & List View buttons are unnecessarily long and look different from the tooltips used in Nautilus.
This commit makes the tooltips to be consistent with Nautilus and, consequently, makes them shorter.
case VIEW_TYPE_LIST:
child = impl->browse_files_column_view;
icon_name = "view-grid-symbolic";
- tooltip_text = _("Switch to grid view");
+ tooltip_text = _("Grid View");
break;
case VIEW_TYPE_GRID:
child = impl->browse_files_grid_view;
icon_name = "view-list-symbolic";
- tooltip_text = _("Switch to list view");
+ tooltip_text = _("List View");
break;
default:
<object class="GtkButton" id="browse_toggle_view_button">
<property name="icon-name">view-grid-symbolic</property>
<property name="action-name">item.toggle-view</property>
- <property name="tooltip-text" translatable="yes">Switch to grid view</property>
+ <property name="tooltip-text" translatable="yes">Grid View</property>
</object>
</child>
<child>