Cog/en.lproj/Feedback.strings
Christopher Snowhill 4a0cca22b8 Feature: Replaced Crashlytics with Sentry
Crash logging is now handled by the Sentry service.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-26 01:17:56 -08:00

18 lines
603 B
Text

/* Class = "NSWindow"; title = "Send Crash Feedback"; ObjectID = "1"; */
"1.title" = "Send Crash Feedback";
/* Class = "NSButtonCell"; title = "Send"; ObjectID = "17"; */
"17.title" = "Send";
/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "18"; */
"18.title" = "Name:";
/* Class = "NSTextFieldCell"; title = "Describe what you were doing:"; ObjectID = "19"; */
"19.title" = "Describe what you were doing:";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "20"; */
"20.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "22"; */
"22.title" = "Email:";