From 4f81c090e478f0b60742c1ffbf61c18099034f5a Mon Sep 17 00:00:00 2001 From: Chris Laurel Date: Wed, 22 Oct 2008 23:16:21 +0000 Subject: [PATCH] Changed "Day length" to "Rotation period" --- src/celestia/celestiacore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/celestia/celestiacore.cpp b/src/celestia/celestiacore.cpp index a064a068..92e82715 100644 --- a/src/celestia/celestiacore.cpp +++ b/src/celestia/celestiacore.cpp @@ -3300,7 +3300,7 @@ static void displayPlanetInfo(Overlay& overlay, { if (body.getRotationModel(t)->isPeriodic()) { - overlay << _("Day length: "); + overlay << _("Rotation period: "); displayDuration(overlay, body.getRotationModel(t)->getPeriod()); overlay << '\n'; }