aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-03-10 23:39:42 +0100
committerdec05eba <dec05eba@protonmail.com>2024-03-10 23:39:42 +0100
commit98222c5526a9d95e81621773a448477f6757f611 (patch)
treed2ee5d4c78c3c5a07f16a5f3d16a7e898005bcca
parent6361d998b835fe15a5235be7b69e705d8fbc4226 (diff)
Prime run message
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index db43d70..6a31597 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3275,7 +3275,7 @@ static void activate(GtkApplication *app, gpointer) {
if((gpu_inf.vendor != GPU_VENDOR_NVIDIA) || wayland) {
if(!gsr_get_valid_card_path(&egl, egl.card_path)) {
GtkWidget *dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
- "Failed to find a valid DRM card. If you are using prime-run then run without it.");
+ "Failed to find a valid DRM card. If you are running GPU Screen Recorder with prime-run then try running without it.");
gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
g_application_quit(G_APPLICATION(app));