Improve message

This commit is contained in:
twinaphex 2016-07-01 05:56:41 +02:00
parent 13cadc6c1d
commit 394cbbef59

View File

@ -90,7 +90,7 @@ bool menu_content_load_from_playlist(menu_content_ctx_playlist_info_t *info)
return true;
error:
runloop_msg_queue_push("File could not be loaded.\n", 1, 100, true);
runloop_msg_queue_push("File could not be loaded from playlist.\n", 1, 100, true);
return false;
}