make Mandelbrot work nicely inside a tab in Fennec 4 - some remaining problems/confli...
[mandelbrot.git] / xulapp / chrome / mandelbrot / locales / en-US / mandelbrot.dtd
index 1a9ff9f9d4c838bce0b6564cea95dffe89a4e920..910255e52aea0dbdc93c297455b48edaed924751 100644 (file)
@@ -35,7 +35,7 @@
    -
    - ***** END LICENSE BLOCK ***** -->
 
-<!ENTITY windowTitle      "&vendorShortName; &brandShortName; &brandVersion;">
+<!ENTITY windowTitle      "&mbVendorShortName; &mbBrandShortName; &mbBrandVersion;">
 
 <!ENTITY fileMenu.label   "File">
 <!ENTITY fileDraw.label   "Draw Image">
@@ -62,7 +62,8 @@
 <!ENTITY imgSettings.label "Image Settingsā€¦">
 
 <!ENTITY debugMenu.label  "Debug">
-<!ENTITY jitEnabled.label "Enable JIT (TraceMonkey)">
+<!ENTITY tracejitEnabled.label "Enable Tracing JIT">
+<!ENTITY methodjitEnabled.label "Enable Method JIT">
 <!ENTITY algoMenu.label   "Algorithm">
 <!ENTITY algoNumeric.label "Numeric">
 <!ENTITY algoOO.label     "Object-Oriented">