diff --git a/patch-control.sh b/patch-control.sh
index 996de928b4299bda29ccedaffff80f8e24f1cca5..21fa7194af6172ae9e0ebd3b9b617d3edd96271c 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