We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbeb1a commit 5c1a6eaCopy full SHA for 5c1a6ea
SerialPrograms/Source/CommonFramework/Exceptions/ScreenshotException.cpp
@@ -122,7 +122,7 @@ void ScreenshotException::send_recoverable_notification(ProgramEnvironment& env)
122
{"Notifs"}
123
);
124
125
- send_notification(env, recoverable_notification, "Recoverable Error: ");
+ send_notification(env, recoverable_notification, "Recoverable: ");
126
}
127
128
void ScreenshotException::send_fatal_notification(ProgramEnvironment& env) const{
@@ -133,7 +133,7 @@ void ScreenshotException::send_fatal_notification(ProgramEnvironment& env) const
133
134
135
136
- send_notification(env, fatal_notification, "Fatal Error: ");
+ send_notification(env, fatal_notification, "Fatal: ");
137
138
139
0 commit comments