From 31e9362f34cd68a9322d805b30bf5ba8b6826945 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sat, 28 May 2016 20:58:06 -0700 Subject: [PATCH] Consider a lack of updates a success. --- source/ui/section/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/section/update.c b/source/ui/section/update.c index e537b36..037304f 100644 --- a/source/ui/section/update.c +++ b/source/ui/section/update.c @@ -249,7 +249,7 @@ static void update_check_update(ui_view* view, void* data, float* progress, char error_display_res(NULL, NULL, NULL, res, "Failed to check for update."); } } else { - prompt_display("Failure", "No updates available.", COLOR_TEXT, false, NULL, NULL, NULL, NULL); + prompt_display("Success", "No updates available.", COLOR_TEXT, false, NULL, NULL, NULL, NULL); } free(data);