Changing language no longer requires a restart

This commit is contained in:
twinaphex 2016-10-26 09:16:32 +02:00
parent bd479ac0e3
commit a64a93be6a

View File

@ -3075,7 +3075,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE:
return "Enable or disable bluetooth.";
case MENU_ENUM_SUBLABEL_USER_LANGUAGE:
return "Sets the language of the interface. Requires a restart.";
return "Sets the language of the interface.";
case MENU_ENUM_SUBLABEL_SUSPEND_SCREENSAVER_ENABLE:
return "Prevents your system's screensaver from becoming active.";
case MENU_ENUM_SUBLABEL_VIDEO_MAX_SWAPCHAIN_IMAGES: