Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchor committed Oct 14, 2018
1 parent baf3509 commit e548d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libkstapp/viewitem.cpp
Expand Up @@ -141,7 +141,7 @@ ViewItem::ViewItem(View *parentView) :
registerShortcut(_twoColumnLayoutAction);
connect(_twoColumnLayoutAction, SIGNAL(triggered()), this, SLOT(createTwoColLayout()));

_threeColumnLayoutAction = new QAction(tr("3 Column"), this);
_threeColumnLayoutAction = new QAction(tr("3 Columns"), this);
_threeColumnLayoutAction->setShortcut(Qt::Key_3);
registerShortcut(_threeColumnLayoutAction);
connect(_threeColumnLayoutAction, SIGNAL(triggered()), this, SLOT(createThreeColLayout()));
Expand Down

0 comments on commit e548d88

Please sign in to comment.