summaryrefslogtreecommitdiffstats
path: root/ds9/library/catdialog.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-12 21:42:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-12 21:42:17 (GMT)
commit3f1ae1680574d28ef25414c21cde23d1ec78e4a3 (patch)
treef9834df3e87fb9419cd1c80eec60b750e2f4a560 /ds9/library/catdialog.tcl
parentc603e045890f38b2c64bac190e934800355bc771 (diff)
downloadblt-3f1ae1680574d28ef25414c21cde23d1ec78e4a3.zip
blt-3f1ae1680574d28ef25414c21cde23d1ec78e4a3.tar.gz
blt-3f1ae1680574d28ef25414c21cde23d1ec78e4a3.tar.bz2
SIA: use cone search radius instead of width/height
Diffstat (limited to 'ds9/library/catdialog.tcl')
-rw-r--r--ds9/library/catdialog.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/catdialog.tcl b/ds9/library/catdialog.tcl
index 3a7d585..6bb650a 100644
--- a/ds9/library/catdialog.tcl
+++ b/ds9/library/catdialog.tcl
@@ -960,7 +960,7 @@ proc CATServer {varname} {
simbad {CATSIMBAD $varname}
}
} else {
- ARError $varname [msgcat::mc {Please specify width, height, and either name or (ra,dec)}]
+ ARError $varname [msgcat::mc {Please specify radius and either name or (ra,dec)}]
}
}