[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Sun Nov 14 20:13:33 CET 2010
SVN commit 1197050 by nienhueser:
Rename "Marble Desktop Globe" to "Marble Virtual Globe" to reflect that Marble is not limited to desktop systems.
Sorry about this very late string change, but I consider it pretty important to have this "rebranding" part of the KDE 4.6 / Marble 1.0 release. Thanks!
RB: 5839
CCMAIL: kde-i18n-doc at kde.org
M +1 -1 ControlView.cpp
M +4 -4 QtMainWindow.cpp
M +1 -1 kdemain.cpp
M +1 -1 lib/MarbleAboutDialog.ui
M +1 -1 marble_part.cpp
--- trunk/KDE/kdeedu/marble/src/ControlView.cpp #1197049:1197050
@@ -52,7 +52,7 @@
ControlView::ControlView( QWidget *parent )
: QWidget( parent )
{
- setWindowTitle( tr( "Marble - Desktop Globe" ) );
+ setWindowTitle( tr( "Marble - Virtual Globe" ) );
resize( 680, 640 );
--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1197049:1197050
@@ -101,7 +101,7 @@
m_controlView = new ControlView( this );
- setWindowTitle( tr("Marble - Desktop Globe") );
+ setWindowTitle( tr("Marble - Virtual Globe") );
setWindowIcon( QIcon(":/icons/marble.png") );
setCentralWidget( m_controlView );
@@ -244,9 +244,9 @@
m_reloadAct->setStatusTip(tr("Reload Current Map"));
connect(m_reloadAct, SIGNAL(triggered()), this, SLOT(reload()));
- m_handbookAct = new QAction( QIcon(":/icons/help-contents.png"), tr("Marble Desktop Globe &Handbook"), this);
+ m_handbookAct = new QAction( QIcon(":/icons/help-contents.png"), tr("Marble Virtual Globe &Handbook"), this);
m_handbookAct->setShortcut(tr("F1"));
- m_handbookAct->setStatusTip(tr("Show the Handbook for Marble Desktop Globe"));
+ m_handbookAct->setStatusTip(tr("Show the Handbook for Marble Virtual Globe"));
connect(m_handbookAct, SIGNAL(triggered()), this, SLOT(handbook()));
m_whatsThisAct = new QAction( QIcon(":/icons/help-whatsthis.png"), tr("What's &This"), this);
@@ -254,7 +254,7 @@
m_whatsThisAct->setStatusTip(tr("Show a detailed explanation of the action."));
connect(m_whatsThisAct, SIGNAL(triggered()), this, SLOT(enterWhatsThis()));
- m_aboutMarbleAct = new QAction( QIcon(":/icons/marble.png"), tr("&About Marble Desktop Globe"), this);
+ m_aboutMarbleAct = new QAction( QIcon(":/icons/marble.png"), tr("&About Marble Virtual Globe"), this);
m_aboutMarbleAct->setStatusTip(tr("Show the application's About Box"));
connect(m_aboutMarbleAct, SIGNAL(triggered()), this, SLOT(aboutMarble()));
--- trunk/KDE/kdeedu/marble/src/kdemain.cpp #1197049:1197050
@@ -60,7 +60,7 @@
int main ( int argc, char *argv[] )
{
KAboutData aboutData( "marble", 0,
- ki18n( "Marble Desktop Globe" ),
+ ki18n( "Marble Virtual Globe" ),
ControlView::applicationVersion().toLatin1(),
ki18n( "A World Atlas." ),
KAboutData::License_LGPL, ki18n( "(c) 2007, 2008, 2009, 2010" ),
--- trunk/KDE/kdeedu/marble/src/lib/MarbleAboutDialog.ui #1197049:1197050
@@ -49,7 +49,7 @@
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Marble Desktop Globe</span></p></body></html></string>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Marble Virtual Globe</span></p></body></html></string>
</property>
</widget>
</item>
--- trunk/KDE/kdeedu/marble/src/marble_part.cpp #1197049:1197050
@@ -189,7 +189,7 @@
KAboutData *MarblePart::createAboutData()
{
return new KAboutData( I18N_NOOP( "marble_part" ), 0,
- ki18n( "A Desktop Globe" ),
+ ki18n( "A Virtual Globe" ),
ControlView::applicationVersion().toLatin1() );
}
More information about the Marble-commits
mailing list