http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / bubble3d.xml
index 68dab226929be5b012a53c241191b8a69d5144c0..81511320ad22de80282ad2c10def48258a096330 100644 (file)
@@ -5,13 +5,13 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="15000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
-  <boolean id="transp" _label="Transparent Bubbles" arg-unset="-no-transparent"/>
-  <string id="color"    _label="Bubble Color"      arg="-color %"/>
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="transp" _label="Transparent bubbles" arg-unset="-no-transparent"/>
+  <string id="color"    _label="Bubble color"      arg="-color %"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   <_description>
 Draws a stream of rising, undulating 3D bubbles, rising toward the
 top of the screen, with transparency and specular reflections.