From 1f3ff10246c7c468cd54d5482bb568b4e4107d53 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Feb 2015 08:05:29 +0100 Subject: [PATCH] Core Updater Options - fix label --- menu/drivers/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/shared.h b/menu/drivers/shared.h index 9307a0d62f..b78e3b175d 100644 --- a/menu/drivers/shared.h +++ b/menu/drivers/shared.h @@ -181,7 +181,7 @@ static INLINE void get_title(const char *label, const char *dir, if (!strcmp(elem1, "Miscellaneous")) strlcat(title, " - MISCELLANEOUS", sizeof_title); } - else if (!strcmp(elem0, "Core Manager Options")) + else if (!strcmp(elem0, "Core Updater Options")) { strlcpy(title, "CORE UPDATER OPTIONS", sizeof_title); if (!strcmp(elem1, "State"))