MERGE: fixed a typo in the undo title.

This commit is contained in:
Matthias Koefferlein 2020-04-01 23:40:00 +02:00
parent e56aac2859
commit 2ffe3f2fbd
1 changed files with 1 additions and 1 deletions

View File

@ -5898,7 +5898,7 @@ LayoutView::cm_cell_show ()
std::vector<HierarchyControlPanel::cell_path_type> paths;
mp_hierarchy_panel->selected_cells (active_cellview_index (), paths);
manager ()->transaction (tl::to_string (QObject::tr ("Hide cell")));
manager ()->transaction (tl::to_string (QObject::tr ("Show cell")));
for (std::vector<HierarchyControlPanel::cell_path_type>::const_iterator p = paths.begin (); p != paths.end (); ++p) {
if (! p->empty ()) {