d482316
diff -up femon-1.7.11/femontools.c~ femon-1.7.11/femontools.c
d482316
--- femon-1.7.11/femontools.c~	2011-12-04 04:20:00.000000000 +0200
d482316
+++ femon-1.7.11/femontools.c	2012-01-15 21:48:04.570703462 +0200
d482316
@@ -349,7 +349,7 @@ cString getModulation(int value)
d482316
 
d482316
 cString getSystem(int value)
d482316
 {
d482316
-  return cString::sprintf("%s", getUserString(value, SystemValues));
d482316
+  return cString::sprintf("%s", getUserString(value, SystemValuesSat));
d482316
 }
d482316
 
d482316
 cString getRollOff(int value)