summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2022-02-15 07:53:25 +0300
committerAlexander Golubev <[email protected]>2022-02-15 07:53:25 +0300
commitf16c32e19df6d2336cbf85ecf8c8fe0f451401fb (patch)
treeb28ae0cc58237019c7489ea3b47280b3de09b935 /tdecore
parent2c5b85e464423bf19fbd38d4561fd2df851fe268 (diff)
downloadtdelibs-f16c32e19df6d2336cbf85ecf8c8fe0f451401fb.tar.gz
tdelibs-f16c32e19df6d2336cbf85ecf8c8fe0f451401fb.zip
Fix some string: changes suggested in comments
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdehw/tdegenericdevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tdecore/tdehw/tdegenericdevice.cpp b/tdecore/tdehw/tdegenericdevice.cpp
index 1a3a24e7b..4db292f7c 100644
--- a/tdecore/tdehw/tdegenericdevice.cpp
+++ b/tdecore/tdehw/tdegenericdevice.cpp
@@ -227,12 +227,7 @@ TQString TDEGenericDevice::busID() {
TQString TDEGenericDevice::friendlyName() {
if (m_friendlyName.isNull()) {
if (type() == TDEGenericDeviceType::RootSystem) {
-#ifdef __linux__
- m_friendlyName = i18n("Linux System");
-#else // __linux__
- // Just in case this somehow can be supported on a non-linux system
m_friendlyName = i18n("Local System");
-#endif // __linux__
}
else if (type() == TDEGenericDeviceType::Root) {
TQString friendlyDriverName = systemPath();