From a64a93be6a328eb7b09aa767689d9e46e97d31e3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 26 Oct 2016 09:16:32 +0200 Subject: [PATCH] Changing language no longer requires a restart --- intl/msg_hash_us.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index b5e820df0e..de071befc8 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -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: