diff options
-rw-r--r-- | src/sources/i8ksrc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sources/i8ksrc.cpp b/src/sources/i8ksrc.cpp index 314a15a..50c1bf5 100644 --- a/src/sources/i8ksrc.cpp +++ b/src/sources/i8ksrc.cpp @@ -93,17 +93,17 @@ TQString I8kSrc::index2Name(unsigned int inIndex){ case 3: // CPU temperature (Celsius) return "CPU"; case 4: // left fan status - return "left Fan tqStatus"; + return "left Fan Status"; case 5: // right fan status - return "right Fan tqStatus"; + return "right Fan Status"; case 6: // left fan rpm return "left Fan"; case 7: // right fan rpm return "right Fan"; case 8: // ac status - return "AC tqStatus"; + return "AC Status"; case 9: // buttons status - return "Button tqStatus"; + return "Button Status"; default: return "unknown" + TQString().setNum(inIndex); } |