Kpc -> kpc

pull/510/head
Hleb Valoshka 2019-10-12 16:21:12 +03:00
parent 75880b34fd
commit 1269ef9004
1 changed files with 1 additions and 1 deletions

View File

@ -2911,7 +2911,7 @@ static void displayDistance(Overlay& overlay, double distance)
}
else if (abs(distance) >= 0.5 * astro::parsecsToLightYears(1e+3))
{
units = _("Kpc");
units = _("kpc");
distance = astro::lightYearsToParsecs(distance) / 1e+3;
}
else if (abs(distance) >= astro::AUtoLightYears(1000.0f))