From 394cbbef598d2830eefb5a6924a79f379d681ce3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 1 Jul 2016 05:56:41 +0200 Subject: [PATCH] Improve message --- menu/menu_content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_content.c b/menu/menu_content.c index f57a19dee2..cf1431d3c3 100644 --- a/menu/menu_content.c +++ b/menu/menu_content.c @@ -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; }