From d8b76c424e3e61776afc6f6e788dbdcda4bbc425 Mon Sep 17 00:00:00 2001 From: Francesco Pio Gaglione Date: Thu, 3 Oct 2024 19:06:46 +0200 Subject: [PATCH] typo --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 7d7d2e4..85f8695 100644 --- a/src/app.rs +++ b/src/app.rs @@ -3136,7 +3136,7 @@ impl Application for App { .on_press(Message::DialogComplete), ) .secondary_action( - widget::button::text("cancell") + widget::button::text(fl!("cancel")) .style(theme::Button::Destructive) .on_press(Message::DialogCancel), )