From cc375e98501407e6e7e55258f0ab9983e223541c Mon Sep 17 00:00:00 2001 From: salarua Date: Wed, 21 Sep 2022 14:07:30 -0700 Subject: [PATCH] fix: change button text on warning As "I agree" is an odd way to signal acknowledgement of a warning, change button text to the more standard "Ok". --- data/ui/welcome.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ui/welcome.blp b/data/ui/welcome.blp index e36cbf79..c27e2be4 100644 --- a/data/ui/welcome.blp +++ b/data/ui/welcome.blp @@ -74,7 +74,7 @@ template GradienceWelcomeWindow: Adw.Window { Gtk.Button btn_agree { styles ["suggested-action", "pill"] - label: _("I agree"); + label: _("Ok"); use-underline: true; halign: center; }