(svn r4336) Fix units conversion of volume for SI

This commit is contained in:
peter1138 2006-04-09 14:49:45 +00:00
parent 0a509a4c48
commit dcde932043
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ static const Units units[] = {
284, 10, STR_UNITS_VELOCITY_SI,
764, 10, STR_UNITS_POWER_SI,
1000, 0, STR_UNITS_WEIGHT_SHORT_SI, STR_UNITS_WEIGHT_LONG_SI,
1000, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI,
1, 0, STR_UNITS_VOLUME_SHORT_SI, STR_UNITS_VOLUME_LONG_SI,
},
};