From b0c6b8bf0f0d659a94843326d320449f4481d2c2 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Mon, 6 May 2019 02:02:29 +0700 Subject: [PATCH] Unify syntax for readability --- intl/msg_hash_fr.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 7bd86f0967..3c9d2b454d 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -8666,5 +8666,7 @@ MSG_HASH( MENU_ENUM_SUBLABEL_LOG_DIR, "Les fichiers de journalisation des événements système seront conservés dans ce dossier." ) -MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_SHADERS_ENABLE, - "Video Shaders") +MSG_HASH( + MENU_ENUM_LABEL_VALUE_VIDEO_SHADERS_ENABLE, + "Video Shaders" + )