Skip to content

Commit

Permalink
Change welcome warning to be HIG-compliant (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT committed Sep 17, 2022
2 parents 4adec98 + c139bc0 commit 217581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ui/welcome.blp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ template GradienceWelcomeWindow: Adw.Window {
hexpand: true;
icon-name: "dialog-warning-symbolic";
title: _("Warning");
description: _("Please note that changing the colour scheme using such tools can negatively affect contrast and readability in some circumstances, proceed with caution and please do not report theming-related issues to upstream developers");
description: _("Changing the colour scheme can negatively affect contrast and readability. Proceed with caution and please do not report theming-related issues to app developers.");

Gtk.Button btn_agree {
styles ["suggested-action", "pill"]
Expand Down

0 comments on commit 217581a

Please sign in to comment.