From a7b0d314aaed1ab3388a1afa87b83cb1f8127660 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 5 Jul 2018 17:51:31 +0200 Subject: [PATCH] Fix the mode documentation in gtk-dialog.py --- packaging/linux/include/gtk-dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/include/gtk-dialog.py b/packaging/linux/include/gtk-dialog.py index 2ed1476..337f9b9 100644 --- a/packaging/linux/include/gtk-dialog.py +++ b/packaging/linux/include/gtk-dialog.py @@ -6,7 +6,7 @@ test: accepts no arguments, returns 0 if the python dependencies are available, or 1 if not error: show a gtk-3 error dialog accepts arguments --title and --text - error: show a gtk-3 question dialog + question: show a gtk-3 question dialog accepts arguments --title and --text returns 0 on Yes, or 1 on No """