diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index 7907904a62..5bb05c39e1 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -93,7 +93,7 @@ @GUI::DialogButton { name: "save_backtrace_button" - text: "Save Backtrace" + text: "Save Backtrace..." fixed_width: 160 }