aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4f063cd..909ac0f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1893,7 +1893,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a
"\n"
"Note that this only works when Xorg server is running as root, and using this option will only give you a performance boost if the game you are recording is bottlenecked by your GPU.\n"
"\n"
- "Obs! use at your own risk!");
+ "Note! use at your own risk!");
gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);