summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdialog.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-24 21:21:36 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-24 21:21:36 (GMT)
commitd180078a75bf8d0b3090d564dbdb48d79ba43947 (patch)
tree20e6921486c1eb0b8e87276cfe4785cd76101568 /ds9/library/plotdialog.tcl
parentecfba834a6bbe38a4994f364c805f8305e1b7c5f (diff)
downloadblt-d180078a75bf8d0b3090d564dbdb48d79ba43947.zip
blt-d180078a75bf8d0b3090d564dbdb48d79ba43947.tar.gz
blt-d180078a75bf8d0b3090d564dbdb48d79ba43947.tar.bz2
add strip plot support
Diffstat (limited to 'ds9/library/plotdialog.tcl')
-rw-r--r--ds9/library/plotdialog.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/plotdialog.tcl b/ds9/library/plotdialog.tcl
index a843179..78a05e1 100644
--- a/ds9/library/plotdialog.tcl
+++ b/ds9/library/plotdialog.tcl
@@ -166,7 +166,7 @@ proc PlotDialog {varname wtt title xaxis yaxis} {
# Graph
menu $var(mb).graph
- $var(mb).graph add cascade -label [msgcat::mc {Select Data Set}] \
+ $var(mb).graph add cascade -label [msgcat::mc {Select Dataset}] \
-menu $var(mb).graph.select
$var(mb).graph add separator
menu $var(mb).graph.select
@@ -489,7 +489,7 @@ proc DatasetNameDialog {varname} {
# Param
set f [ttk::frame $w.param]
- ttk::label $f.label -text [msgcat::mc {Data Set Name}]
+ ttk::label $f.label -text [msgcat::mc {Dataset Name}]
ttk::entry $f.name -textvariable ed(name) -width 30
grid $f.label $f.name -padx 2 -pady 2 -sticky ew