diff --git a/src/options.cpp b/src/options.cpp index d35a468a3e766..0bcfa323ac9ab 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -2393,7 +2393,7 @@ void options_manager::add_options_graphics() ); add( "IMGUI_LOAD_CHINESE", page_id, to_translation( "Chinese glyph ranges in ImGui" ), - to_translation( "If true, ImGui will add glyphs of full Chinese, include zh_CN, zh_TW, ja. Use this option when your need all Chinese glyphs. Requires restart." ), + to_translation( "If true, ImGui will add glyphs of full Chinese, include zh_CN, zh_TW, ja. Use this option when your need all Chinese glyphs. Requires restart." ), false, COPT_CURSES_HIDE ); } );