From 716ec62a843e47f685905f4b32e59efd905b1a33 Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Wed, 20 May 2015 12:23:14 +0200 Subject: [PATCH] unit shown in messages --- patch-control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-control.sh b/patch-control.sh index 996de92..21fa719 100644 --- a/patch-control.sh +++ b/patch-control.sh @@ -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 -- GitLab