Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Change welcome warning to be HIG-compliant #443

Merged
merged 1 commit into from
Sep 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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