[Marble-commits] KDE/kdeedu/marble/src
Torsten Rahn
tackat at kde.org
Wed Jan 20 01:13:34 CET 2010
SVN commit 1077344 by rahn:
- Rename fall-back string to "Configure Marble" to be consistent with
the KDE version.
M +1 -1 QtMainWindow.cpp
--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1077343:1077344
@@ -136,7 +136,7 @@
m_copyMapAct->setStatusTip(tr("Copy a screenshot of the map"));
connect(m_copyMapAct, SIGNAL(triggered()), this, SLOT(copyMap()));
- m_configDialogAct = new QAction( tr("&Settings"), this);
+ m_configDialogAct = new QAction( tr("&Configure Marble"), this);
m_configDialogAct->setStatusTip(tr("Show the configuration dialog"));
connect(m_configDialogAct, SIGNAL(triggered()), this, SLOT(editSettings()));
More information about the Marble-commits
mailing list