From kde-commits Fri Apr 25 14:03:08 2008 From: Jason Harris Date: Fri, 25 Apr 2008 14:03:08 +0000 To: kde-commits Subject: KDE/kdeedu/kstars/kstars/tools Message-Id: <1209132188.302519.14510.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120913219918879 SVN commit 801033 by harris: BUG: 147917 M +1 -1 scriptbuilder.cpp --- trunk/KDE/kdeedu/kstars/kstars/tools/scriptbuilder.cpp #801032:801033 @@ -207,7 +207,7 @@ setINDITargetNameFunc->setINDIProperty("EQUATORIAL_EOD_COORD"); INDIFunctionList.append( setINDITargetNameFunc); - setINDIGeoLocationFunc = new ScriptFunction ( "setINDIGeoLocation", i18n("Set the telescope longitude and latitude. The longitude is E of N."), false, "double", "long", "double", "lat"); + setINDIGeoLocationFunc = new ScriptFunction ( "setINDIGeoLocation", i18n("Set the telescope longitude and latitude. The longitude is measured east from Greenwich, UK."), false, "double", "long", "double", "lat"); setINDIGeoLocationFunc->setINDIProperty("GEOGRAPHIC_COORD"); INDIFunctionList.append( setINDIGeoLocationFunc);