Fix punctuation.
This commit is contained in:
parent
12bb089f63
commit
2f61e3c65d
|
@ -845,7 +845,7 @@ static int rgui_settings_toggle_setting(rgui_handle_t *rgui, unsigned setting, r
|
|||
width, height, -pitch, false);
|
||||
|
||||
msg_queue_push(g_extern.msg_queue,
|
||||
r ? "Screenshot saved" : "Screenshot failed to save", 1, 90);
|
||||
r ? "Screenshot saved." : "Screenshot failed to save.", 1, 90);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue