Core Updater Options - fix label

This commit is contained in:
twinaphex 2015-02-01 08:05:29 +01:00
parent f281baf284
commit 1f3ff10246

View File

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