Skip to content

Commit

Permalink
Partially revert 4f02a05, wrong text fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jun 23, 2010
1 parent 6f9a4fd commit b3f5e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Canvas/SelectionProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SelectionProperties::SelectionProperties(QList<AbstractContent *> selection, QWi
QGridLayout * lay = new QGridLayout(this);
lay->setMargin(0);
lay->addWidget(label, 0, 0, 1, 2);
ADD_BUTTON(deleteButton, tr("Properties"), SIGNAL(deleteSelection()));
ADD_BUTTON(deleteButton, tr("Delete"), SIGNAL(deleteSelection()));
lay->addWidget(deleteButton, 1, 0);

// pure pictures
Expand Down

0 comments on commit b3f5e4e

Please sign in to comment.