Fix punctuation.

This commit is contained in:
Themaister 2013-05-01 16:49:23 +02:00
parent 12bb089f63
commit 2f61e3c65d

View File

@ -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