diff --git a/crates/egui/src/style.rs b/crates/egui/src/style.rs index 1db29ccdb07..770e2a61cbf 100644 --- a/crates/egui/src/style.rs +++ b/crates/egui/src/style.rs @@ -2022,7 +2022,7 @@ impl TextCursorStyle { }); } - ui.checkbox(ime_allowed, "Whether the IME is allowed."); + ui.checkbox(ime_allowed, "Whether the IME is allowed"); ui.checkbox(ime_visible, "Whether the IME should be visible"); }