[PATCH] Made the strings of the "Cl&ose all" item in the "Window" menu more specific.

Jaak Ristioja ristioja at gmail.com
Fri Apr 17 07:14:50 MST 2009


---
 src/bibletime_init.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bibletime_init.cpp b/src/bibletime_init.cpp
index a68d714..fb466b2 100644
--- a/src/bibletime_init.cpp
+++ b/src/bibletime_init.cpp
@@ -291,10 +291,10 @@ void BibleTime::initActions()
 	m_windowCloseAll_action = new QAction(this);
 	m_windowMenu->addAction(initAction(
 		m_windowCloseAll_action,
-		tr("Cl&ose all"),
+		tr("Cl&ose all windows"),
 		CResMgr::mainMenu::window::closeAll::icon,
 		CResMgr::mainMenu::window::closeAll::accel,
-		tr("Close all open windows"),
+		tr("Close all open windows inside BibleTime"),
 		0)
 	);
 	QObject::connect(m_windowCloseAll_action, SIGNAL(triggered()), m_mdi, SLOT( deleteAll() ) );
-- 
1.6.0.6


--------------020907090403070604080604
Content-Type: text/plain;
 name="0006-Fixed-Search-in-string-in-CBookShelfIndex.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename*0="0006-Fixed-Search-in-string-in-CBookShelfIndex.patch"



More information about the bt-devel mailing list