From 4733899dd7b4a9e54aac0f2b438ea119975b373f Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 1 Mar 2018 18:29:35 -0500 Subject: [PATCH] Rewrite default values of string controls --- plug-ins/equalabel.ny | 2 +- plug-ins/sample-data-export.ny | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plug-ins/equalabel.ny b/plug-ins/equalabel.ny index ab66d38ff..6a41497c1 100644 --- a/plug-ins/equalabel.ny +++ b/plug-ins/equalabel.ny @@ -19,7 +19,7 @@ $control mode (_"Use 'Number of labels' OR 'Label interval'") choice ((_"Number $control totalnum (_"Number of labels") int-text "" 10 1 1000 $control interval (_"Label interval (seconds)") float-text "" 60 0.001 3600 $control adjust (_"Adjust label interval to fit length") choice ((_"No") (_"Yes")) 0 -$control labeltext (_"Label text") string "" "Label" "" +$control labeltext (_"Label text") string "" (_"Label") $control zeros (_"Minimum number of digits in label") choice ( (_"None - text only") (_"1 (before label)") (_"2 (before label)") (_"3 (before label)") diff --git a/plug-ins/sample-data-export.ny b/plug-ins/sample-data-export.ny index ba5b19338..af7e3444c 100644 --- a/plug-ins/sample-data-export.ny +++ b/plug-ins/sample-data-export.ny @@ -43,8 +43,8 @@ $control messages (_"Show messages") choice ( (_"Errors Only") (_"None") ) 0 -$control filename (_"File name") string "" "sample-data" -$control path (_"Output folder") string "" "Home directory" +$control filename (_"File name") string "" (_"sample-data") +$control path (_"Output folder") string "" (_"Home directory") $control owrite (_"Allow files to be overwritten") choice ((_"No") (_"Yes")) 0