[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    KDE/kdeedu/marble/src
From:       Dennis Nienhüser <earthwings () gentoo ! org>
Date:       2010-11-14 19:13:33
Message-ID: 20101114191333.A797CAC8A1 () svn ! kde ! org
[Download RAW message or body]

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@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>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; \
content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;  p, li { \
white-space: pre-wrap; }  &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; \
font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; \
                text-decoration:none;&quot;&gt;
-&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; \
font-weight:600;&quot;&gt;Marble Desktop \
Globe&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> +&lt;p style=&quot; \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; \
font-weight:600;&quot;&gt;Marble Virtual \
Globe&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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() );
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic