Commit ba5b7e3e authored by Atemu's avatar Atemu
Browse files

calamares: improve unfree check box description

It previously asked the user to enable "unfree" without defining what that even
means. This aims to at least offer a high-level explanation and clarifies some
of the sentences.
parent a3c0b3b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ index 000000000..5e36d77d9
+                    width: 600
+                    height: 150
+                    anchors.centerIn: parent
+                    text: qsTr("NixOS is fully open source, but it also provides software packages with unfree licenses. By default unfree packages are not allowed, but you can enable it here. If you check this box, software installed might have additional End User License Agreements (EULAs) attached. If not enabled, some hardware might not work fully when no suitable open source drivers are available.<br/>")
+                    text: qsTr("NixOS is fully open source, but it also provides optional software packages that do not respect user freedom and are commonly not open source. By default such "unfree" packages are not allowed, but you can enable it here. If you check this box, you agree that unfree software may be installed which might have additional End User License Agreements (EULAs) that you need to agree to. If not enabled, some hardware (notably Nvidia GPUs and some WiFi chips) might not work or not work optimally.<br/>")
+                    font.pointSize: 12
+                    wrapMode: Text.WordWrap
+                }