From 75e83a70d9ec03466e2e2a2161a01c17b80f6189 Mon Sep 17 00:00:00 2001 From: Joostinonline Date: Tue, 18 Feb 2014 04:47:58 +0000 Subject: [PATCH] -I was too stupid to add the English translation for Shop Channel Country --- include/update.h | 2 +- source/languages.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/update.h b/include/update.h index e405034..468cd93 100644 --- a/include/update.h +++ b/include/update.h @@ -2,7 +2,7 @@ #define _UPDATE_H_ /* Constants */ -#define REVISION 20 +#define REVISION 21 #define PATH "sd:/apps/SysCheckHDE/" s32 updateApp(void); diff --git a/source/languages.c b/source/languages.c index 35c148b..8867d3a 100644 --- a/source/languages.c +++ b/source/languages.c @@ -359,7 +359,7 @@ int initLanguages(struct tm today) TXT_Hollywood = "Hollywood v0x%x"; TXT_ConsoleID = "Console ID: %d"; TXT_ConsoleType = "Console Type: %s"; - TXT_ShopCountry =": %s (%u)"; + TXT_ShopCountry ="Shop Channel Country: %s (%u)"; TXT_vBoot2 = "Boot2 v%u"; TXT_NrOfTitles = "Found %d titles."; TXT_NrOfIOS = "Found %d IOS on this console. %d of them are stub.";