diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-08-13 18:15:27 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-08-13 18:15:27 +0200 |
commit | 2d59f7c254a873b0840dfd98d87cd2b690a32228 (patch) | |
tree | ac652c99b972155ce907ef197e172c4ea5d9e050 | |
parent | 9c4a09f6dfc9e57740723a68ac452b3090080ff1 (diff) | |
download | hicg-2d59f7c254a873b0840dfd98d87cd2b690a32228.tar.gz hicg-2d59f7c254a873b0840dfd98d87cd2b690a32228.zip |
rename custom with custom color
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ echo '<?xml version="1.0" encoding="utf-8" ?>'; <legend>Algorithm for dominant color extraction</legend> <label><input type="radio" name="domalgo" value="mean" />Mean / Average</label> <label><input type="radio" name="domalgo" value="mode" checked="true" />Mode</label> - <label><input type="radio" name="domalgo" value="custom" />Custom:</label> + <label><input type="radio" name="domalgo" value="custom" />Custom color:</label> <input type="text" name="customcolor" maxlength="7" /> </fieldset> <fieldset> |