Corrected micro symbol.

This commit is contained in:
Steven Panek 2011-10-11 07:00:14 +00:00
parent 7ecf8008b1
commit aac683518b

View file

@ -288,7 +288,7 @@ std::string si_string(double input, bool base2, std::string unit) {
strings9 tmp = { {
"",
_("prefix_milli^m"),
_("prefix_micro^μ"),
_("prefix_micro^µ"),
_("prefix_nano^n"),
_("prefix_pico^p"),
_("prefix_femto^f"),