Skip to content

Commit

Permalink
Fix clang test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Jan 31, 2025
1 parent 842df95 commit d7fcae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
} );
Expand Down

0 comments on commit d7fcae9

Please sign in to comment.