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

Akarsh Simha akarshsimha at gmail.com
Mon Mar 23 15:14:56 CET 2009


SVN commit 943208 by asimha:

Merging Prakash Mohan's patch, which fixes a FIXME that suggests that
the label in the Observing List Wizard describing the purpose of the
observing notes box when no object is selected must be made more
intuitive.

Thanks Prakash!

CCMAIL: kstars-devel at kde.org



 M  +2 -4      observinglist.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/tools/observinglist.cpp #943207:943208
@@ -332,8 +332,7 @@
         ui->DetailsButton->setEnabled( false );
         ui->AVTButton->setEnabled( false );
         ui->RemoveButton->setEnabled( false );
-        //FIXME: after 4.0, set this label to "Select one object to record notes on it here"
-        ui->NotesLabel->setText( i18n( "observing notes for object:" ) );
+        ui->NotesLabel->setText( i18n( "Select an object to record notes on it here:" ) );
         ui->NotesLabel->setEnabled( false );
         ui->NotesEdit->setEnabled( false );
         m_CurrentObject = 0;
@@ -348,8 +347,7 @@
         ui->DetailsButton->setEnabled( false );
         ui->AVTButton->setEnabled( true );
         ui->RemoveButton->setEnabled( true );
-        //FIXME: after 4.0, set this label to "Select one object to record notes on it here"
-        ui->NotesLabel->setText( i18n( "observing notes for object:" ) );
+        ui->NotesLabel->setText( i18n( "Select an object to record notes on it here:" ) );
         ui->NotesLabel->setEnabled( false );
         ui->NotesEdit->setEnabled( false );
         m_CurrentObject = 0;


More information about the Kstars-devel mailing list