Git commit e7197825930901e845b84eda0fcf007786b933a4 by Sebastian Sauer. Committed on 30/04/2011 at 22:20. Pushed by sebsauer into branch 'master'. Name it page borders cause that's what the action is about. M +1 -1 words/part/KWView.cpp http://commits.kde.org/calligra/e7197825930901e845b84eda0fcf007786b933a4 diff --git a/words/part/KWView.cpp b/words/part/KWView.cpp index 793fff8..33b418f 100644 --- a/words/part/KWView.cpp +++ b/words/part/KWView.cpp @@ -353,7 +353,7 @@ void KWView::setupActions() actionCollection()->addAction("insert_footendnote", action); connect(action, SIGNAL(triggered()), this, SLOT(insertFootEndNote())); - action = new KAction(i18n("Frame Borders"), this); + action = new KAction(i18n("Page Borders"), this); action->setToolTip(i18n("Turns the border display on and off")); action->setCheckable(true); actionCollection()->addAction("view_frameborders", action);