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

List:       kde-commits
Subject:    playground/base/plasma/applets/networkmanager/applet
From:       Laurent Montel <montel () kde ! org>
Date:       2009-01-23 12:25:57
Message-ID: 1232713557.001158.31462.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 915536 by mlaurent:

Add missing i18n


 M  +2 -2      interfaceitem.cpp  


--- trunk/playground/base/plasma/applets/networkmanager/applet/interfaceitem.cpp #915535:915536
@@ -94,7 +94,7 @@
 
     //     active connection name
     m_connectionNameLabel = new Plasma::Label(this);
-    m_connectionNameLabel->setText("[not updated yet]"); // TODO: check connection status
+    m_connectionNameLabel->setText(i18n("[not updated yet]")); // TODO: check connection status
     m_connectionNameLabel->nativeWidget()->setFont(KGlobalSettings::smallestReadableFont());
     m_connectionNameLabel->nativeWidget()->setWordWrap(false);
     m_layout->addItem(m_connectionNameLabel, 1, 1, 1, 2);
@@ -103,7 +103,7 @@
     m_connectionInfoLabel = new Plasma::Label(this);
     m_connectionInfoLabel->nativeWidget()->setFont(KGlobalSettings::smallestReadableFont());
     m_connectionInfoLabel->nativeWidget()->setWordWrap(false);
-    m_connectionInfoLabel->setText("<b>IP Address:</b> dum.my.ip.addr");
+    m_connectionInfoLabel->setText(i18n("<b>IP Address:</b> dum.my.ip.addr"));
     m_layout->addItem(m_connectionInfoLabel, 2, 1, 1, 1, Qt::AlignCenter);
 
     if (m_iface->type() == Solid::Control::NetworkInterface::Ieee80211 ||
[prev in list] [next in list] [prev in thread] [next in thread] 

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