[Kstars-devel] KDE/kdeedu/kstars/kstars/tools
Alexey Khudyakov
alexey.skladnoy at gmail.com
Tue Jun 16 20:12:22 CEST 2009
SVN commit 982735 by khudyakov:
Add i18n for "Sun" and "Moon" in conjuctions tool.
This chnage does not intoduce new strings. They are used in other places.
CCMAIL: kstars-devel at kde.org
M +2 -2 conjunctions.cpp
--- trunk/KDE/kdeedu/kstars/kstars/tools/conjunctions.cpp #982734:982735
@@ -80,8 +80,8 @@
pNames[KSPlanetBase::URANUS] = i18n("Uranus");
pNames[KSPlanetBase::NEPTUNE] = i18n("Neptune");
pNames[KSPlanetBase::PLUTO] = i18n("Pluto");
- pNames[KSPlanetBase::SUN] = "Sun";
- pNames[KSPlanetBase::MOON] = "Moon";
+ pNames[KSPlanetBase::SUN] = i18n("Sun");
+ pNames[KSPlanetBase::MOON] = i18n("Moon");
for ( int i=0; i<KSPlanetBase::UNKNOWN_PLANET; ++i ) {
// Obj1ComboBox->insertItem( i, pNames[i] );
More information about the Kstars-devel
mailing list