Skip to content
Snippets Groups Projects
Commit 716ec62a authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

unit shown in messages

parent ddac0a8f
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ while [ 1 ]; do
run_duration=`zenity --title "Run duration" \
--list \
--text "Select one of the following duration:" \
--text "Select one of the following duration [minutes]:" \
--radiolist \
--column="Selection" \
--column="Minutes" \
......@@ -132,7 +132,7 @@ while [ $i -lt 100 ]; do
sleep 1
done | zenity --progress \
--auto-close \
--text="You have 10 seconds to cancel the current operation:\nrunsetup: ${rs_file}\nduration: ${run_duration}" \
--text="You have 10 seconds to cancel the current operation:\nrunsetup: ${rs_file}\nduration: ${run_duration} minutes" \
--auto-kill
# Peak the run number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment