From 8f20c9a0e4e4576510e32ad84f4820067fe485af Mon Sep 17 00:00:00 2001 From: NightlyFox Date: Mon, 24 Sep 2018 16:30:16 -0500 Subject: [PATCH] made suggested changes --- common/language.c | 10 +++++----- common/theme.c | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/language.c b/common/language.c index 2e848c2..2d61e0e 100644 --- a/common/language.c +++ b/common/language.c @@ -322,11 +322,11 @@ const char* const g_strings[StrId_Max][16] = [StrId_Actions_Theme_Menu] = { - STR_EN("Theme Menu V1.0"), - STR_ES("Tema menu edición 1,0"), - STR_JP("テーマメニュー版1.0"), - STR_KO("테마 메뉴 에디션 1.0"), - STR_TW("主题菜单编辑1。0"), + STR_EN("Theme Menu"), + STR_ES("Menú temático"), + STR_JP("テーマメニュー"), + STR_KO("테마 메뉴"), + STR_TW("主题菜单"), }, /*[StrId_Reboot] = { diff --git a/common/theme.c b/common/theme.c index d841a6b..fde615e 100644 --- a/common/theme.c +++ b/common/theme.c @@ -7,6 +7,7 @@ #include "hbmenu_logo_dark_bin.h" theme_t themeCurrent; +ThemePreset themeGlobalPreset; bool colorFromSetting(config_setting_t *rgba, color_t *col) { if(rgba == NULL)