[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Akarsh Simha akarshsimha at gmail.com
Sun Feb 8 02:00:22 CET 2009


SVN commit 923013 by asimha:

Applying Prakash's patch fixing a wrong i18np call in the What's up
tonight dialog.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      wutdialog.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/wutdialog.cpp #923012:923013
@@ -167,7 +167,7 @@
 
     WUT->SunSetLabel->setText( i18n( "Sunset: %1" , sSet) );
     WUT->SunRiseLabel->setText( i18n( "Sunrise: %1" , sRise) );
-    WUT->NightDurationLabel->setText( i18np( "Night duration: 1 hour", "Night duration: %1 hours", sDuration ) );
+    WUT->NightDurationLabel->setText( i18n("Night duration: %1 hours", sDuration ) );
 
     // moon almanac information
     KSMoon *oMoon = (KSMoon*) kstars->data()->objectNamed( "Moon" );


More information about the Kstars-devel mailing list