Skip to content

Commit 5c1a6ea

Browse files
committed
minor change
1 parent afbeb1a commit 5c1a6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/CommonFramework/Exceptions/ScreenshotException.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void ScreenshotException::send_recoverable_notification(ProgramEnvironment& env)
122122
{"Notifs"}
123123
);
124124

125-
send_notification(env, recoverable_notification, "Recoverable Error: ");
125+
send_notification(env, recoverable_notification, "Recoverable: ");
126126
}
127127

128128
void ScreenshotException::send_fatal_notification(ProgramEnvironment& env) const{
@@ -133,7 +133,7 @@ void ScreenshotException::send_fatal_notification(ProgramEnvironment& env) const
133133
{"Notifs"}
134134
);
135135

136-
send_notification(env, fatal_notification, "Fatal Error: ");
136+
send_notification(env, fatal_notification, "Fatal: ");
137137
}
138138

139139

0 commit comments

Comments
 (0)