From 8dc30b6b09f898e1769e57b22b5c92c8f646c5d0 Mon Sep 17 00:00:00 2001
From: Yevhen <xalt7x.service@gmail.com>
Date: Wed, 7 Jun 2023 14:38:27 +0300
Subject: [PATCH] src/lang/en.rs: improve tip about Nouveau driver Specify that
 usage of the Nouveau driver may help

---
 src/lang/en.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lang/en.rs b/src/lang/en.rs
index a9bc88282..7684502b0 100644
--- a/src/lang/en.rs
+++ b/src/lang/en.rs
@@ -38,7 +38,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
         ("wayland_experiment_tip", "Wayland support is in experimental stage, please use X11 if you require unattended access."),
         ("Slogan_tip", "Made with heart in this chaotic world!"),
         ("verification_tip", "A new device has been detected, and a verification code has been sent to the registered email address, enter the verification code to continue logging in."),
-        ("software_render_tip", "If you're using Nvidia graphics card under Linux with Nouveau driver and the remote window closes immediately after connecting, choosing to use software rendering may help. A software restart is required."),
+        ("software_render_tip", "If you're using Nvidia graphics card under Linux and the remote window closes immediately after connecting, switching to the open-source Nouveau driver and choosing to use software rendering may help. A software restart is required."),
         ("config_input", "In order to control remote desktop with keyboard, you need to grant RustDesk \"Input Monitoring\" permissions."),
         ("request_elevation_tip", "You can also request elevation if there is someone on the remote side."),
         ("wait_accept_uac_tip", "Please wait for the remote user to accept the UAC dialog."),