diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 37b42f2..f5c1e70 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -230,6 +230,6 @@ else rm -f $UPDATES_STAT_FILE echo "No updates available" >&2 if [ "$GUI" == "1" ]; then - zenity --title='Dom0 updates' --text='No updates available' + zenity --info --title='Dom0 updates' --text='No updates available' fi fi