aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/patch-plasma-applets-system-monitor-hdd.cpp
blob: a4685dcdfb1bf76563a4360f2ba5102a461f01a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- plasma/applets/system-monitor/hdd.cpp.orig	2009-07-21 17:19:25.000000000 +0200
+++ plasma/applets/system-monitor/hdd.cpp	2009-08-23 16:07:02.000000000 +0200
@@ -265,8 +265,8 @@
                             data->value("File System Type").toString() <<
                             data->value("Size").toString();
         */
-        if ((data->value("Usage").toString() != "File System" &&
-             data->value("Usage").toString() != "Raid") ||
+        if ((data->value("Usage").toString() != i18n("File System") &&
+             data->value("Usage").toString() != i18n("Raid")) ||
             data->value("File System Type").toString() == "swap") {
             QStringList list = items();
             list.removeAll(uuid);