From kde-commits Tue Sep 08 17:43:55 2009 From: Albert Astals Cid Date: Tue, 08 Sep 2009 17:43:55 +0000 To: kde-commits Subject: KDE/kdelibs/solid/solid/backends/hal Message-Id: <1252431835.197532.19976.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125243184216675 SVN commit 1021265 by aacid: two new hooks to provide i18n texts via the description() function acked by ervin M +4 -0 haldevice.cpp --- trunk/KDE/kdelibs/solid/solid/backends/hal/haldevice.cpp #1021264:1021265 @@ -335,6 +335,10 @@ return storageDescription(); } else if (category=="volume") { return volumeDescription(); + } else if (category=="net.80211") { + return QObject::tr("WLAN Interface"); + } else if (category=="net.80203") { + return QObject::tr("Networking Interface"); } else { return product(); }