[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2005-06-09 4:17:16
Message-ID: 1118290636.544502.32047.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 423633 by harris:

Fix Dec label in Details Dialog


 M  +1 -1      detaildialog.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/detaildialog.cpp #423632:423633
@@ -316,7 +316,7 @@
 	sEpoch.replace( ".", KGlobal::locale()->decimalSymbol() );
 
 	Pos->RALabel->setText( i18n( "RA (%1):" ).arg( sEpoch ) );
-	Pos->DecLabel->setText( i18n( "RA (%1):" ).arg( sEpoch ) );
+	Pos->DecLabel->setText( i18n( "Dec (%1):" ).arg( sEpoch ) );
 	Pos->RA->setText( selectedObject->ra()->toHMSString() );
 	Pos->Dec->setText( selectedObject->dec()->toDMSString() );
 	Pos->Az->setText( selectedObject->az()->toDMSString() );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic