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)