aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f743a8e..e5a0b99 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1812,7 +1812,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a
label += "x";
label += std::to_string(crtc_info->height);
if(gpu_inf.vendor != GPU_VENDOR_NVIDIA)
- label += ", requires root access";
+ label += ", requires root access, may perform better";
label += ")";
// Leak on purpose, what are you gonna do? stab me?