http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / glmatrix.xml
index f882e2fb45acc9591b48aaf945a4c2bae758fec2..8ec8ac5cd9409bbaa73bf63447ceb43c5426424a 100644 (file)
@@ -4,24 +4,24 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
+          convert="invert"/>
+
   <number id="density" type="slider" arg="-density %"
-          _label="Glyph Density" _low-label="Sparse" _high-label="Dense"
+          _label="Glyph density" _low-label="Sparse" _high-label="Dense"
           low="0" high="100" default="20"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Glyph Speed" _low-label="Slow" _high-label="Fast"
+          _label="Glyph speed" _low-label="Slow" _high-label="Fast"
           low="0.1" high="8.0" default="1.0"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="30000"
-          convert="invert"/>
-
   <select id="mode">
-    <option id="matrix" _label="Matrix Encoding"/>
-    <option id="binary" _label="Binary Encoding"      arg-set="-mode binary"/>
-    <option id="hex"    _label="Hexadecimal Encoding" arg-set="-mode hex"/>
-    <option id="dna"    _label="Genetic Encoding"     arg-set="-mode dna"/>
+    <option id="matrix" _label="Matrix encoding"/>
+    <option id="binary" _label="Binary encoding"      arg-set="-mode binary"/>
+    <option id="hex"    _label="Hexadecimal encoding" arg-set="-mode hex"/>
+    <option id="dna"    _label="Genetic encoding"     arg-set="-mode dna"/>
   </select>
 
   <hgroup>
@@ -33,7 +33,7 @@
   <hgroup>
    <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
    <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
-   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
   <_description>