http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / engine.xml
index 2698dc8953d4a1a2f6af2495582be0c2cf21ba8d..ed16447eb7953ba65b7a8b012059b95b7b851dbb 100644 (file)
@@ -5,12 +5,12 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="40000" default="30000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
           convert="invert"/>
 
   <select id="engine">
-   <option id="random" _label="Random Engine"/>
+   <option id="random" _label="Random engine"/>
    <option id="1" _label="Honda Insight (3 cylinders)"     arg-set="-engine honda_insight"/>
    <option id="2" _label="BMW M3 (4 cylinders)"            arg-set="-engine bmw_m3"/>
    <option id="3" _label="VW Beetle (4 cylinders, flat)"   arg-set="-engine vw_beetle"/>
    <option id="10" _label="Jaguar XKE (12 cylinders, V)"   arg-set="-engine jaguar_xke"/>
   </select>
 
-  <boolean id="titles" _label="Show Engine Name" arg-set="-titles"/>
+  <boolean id="titles" _label="Show engine name" arg-set="-titles"/>
   <hgroup>
     <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
     <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
   </hgroup>
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 Draws a simple model of an engine that floats around the screen.
 
+http://en.wikipedia.org/wiki/Internal_combustion_engine#Operation
+
 Written by Ben Buxton and Ed Beroset; 2001.
   </_description>
 </screensaver>