diff --git a/masonry/src/widget/text_area.rs b/masonry/src/widget/text_area.rs index 419934a6f..05f051c31 100644 --- a/masonry/src/widget/text_area.rs +++ b/masonry/src/widget/text_area.rs @@ -705,7 +705,7 @@ impl Widget for TextArea { TextEvent::FocusChange(_) => {} TextEvent::Ime(e) => { // TODO: Handle the cursor movement things from https://github.com/rust-windowing/winit/pull/3824 - tracing::warn!(event = ?e, "Prose doesn't accept IME"); + tracing::warn!(event = ?e, "TextArea doesn't accept IME"); } TextEvent::ModifierChange(_) => {} }