MERGE: fixed a typo in the undo title.

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

View File

@ -5943,7 +5943,7 @@ LayoutView::cm_cell_show ()
std::vector<HierarchyControlPanel::cell_path_type> paths;
mp_hierarchy_panel->selected_cells (active_cellview_index (), paths);
transaction (tl::to_string (QObject::tr ("Hide cell")));
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 ()) {