corrected unit for water meter

This commit is contained in:
Justin Otherguy 2011-03-19 01:39:10 +01:00
parent 816ff0129f
commit f6f81f5ae0

View file

@ -98,7 +98,7 @@
"required" : ["title", "resolution"],
"optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "cost"],
"icon" : "flame.png",
"unit" : "m³",
"unit" : "m³/h",
"interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter",
"model" : "Volkszaehler\\Model\\Channel",
"translation" : {
@ -112,7 +112,7 @@
"required" : ["title", "resolution"],
"optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "cost"],
"icon" : "waterdrop.png",
"unit" : "m³",
"unit" : "m³/h",
"interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter",
"model" : "Volkszaehler\\Model\\Channel",
"translation" : {