Use the --info option.
Info Dialog
Use the --info option to create an information dialog.
The following example script shows how to create an information dialog:
#!/bin/bash
zenity --info \
--text="Merge complete. Updated 3 of 10 files."
Information Dialog Example
Zenity information dialog example