From kde-commits Sat Apr 30 20:26:10 2011 From: Sebastian Sauer Date: Sat, 30 Apr 2011 20:26:10 +0000 To: kde-commits Subject: =?utf-8?q?=5Bcalligra=5D_words/part=3A_Name_it_page_borders_caus?= Message-Id: <20110430202610.C3141A60A4 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130419522122158 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);