diff options
author | jokkedk <joakim@jokke.dk> | 2008-05-06 14:37:18 +0000 |
---|---|---|
committer | jokkedk <joakim@jokke.dk> | 2008-05-06 14:37:18 +0000 |
commit | 5a857f631e39a7be3b3b1b08dc9bc26c889035ea (patch) | |
tree | c0e17ba4d821598ea6c0184362e10bd2b09050a2 | |
parent | 8c34fa08b409c6df3657f176fc29d8f1314763d5 (diff) | |
download | webgrind-5a857f631e39a7be3b3b1b08dc9bc26c889035ea.zip webgrind-5a857f631e39a7be3b3b1b08dc9bc26c889035ea.tar.gz webgrind-5a857f631e39a7be3b3b1b08dc9bc26c889035ea.tar.bz2 |
- (changed) wording in toolbar
-rw-r--r-- | templates/index.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/index.phtml b/templates/index.phtml index 70dbece..deb3763 100644 --- a/templates/index.phtml +++ b/templates/index.phtml @@ -193,11 +193,11 @@ <input type="submit" value="update" /> </div> <div style="float:right;"> - <label style="margin:0 5px">as</label> + <label style="margin:0 5px">in</label> <select id="costFormat" name="costFormat"> - <option value="percentual" <?php echo (Webgrind_Config::$defaultCostformat=='percentual') ? 'selected' : ''?>>percentual</option> - <option value="absolute" <?php echo (Webgrind_Config::$defaultCostformat=='absolute') ? 'selected' : ''?>>absolute</option> - </select> values + <option value="percentual" <?php echo (Webgrind_Config::$defaultCostformat=='percentual') ? 'selected' : ''?>>percent</option> + <option value="absolute" <?php echo (Webgrind_Config::$defaultCostformat=='absolute') ? 'selected' : ''?>>seconds</option> + </select> </div> <div style="float:right;"> <label style="margin:0 5px">of</label> |