From a5ac6203f247d884aba8530b108d554ff80be333 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 18 Jan 2026 23:59:28 +0100 Subject: Fix name for layout key --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 64167f4..5aff910 100644 --- a/src/main.rs +++ b/src/main.rs @@ -504,7 +504,7 @@ impl SimpleComponent for AppModel { gtk::Button::with_label(&match model.orientation { gtk::Orientation::Horizontal => tr!("command.view.use_vertical_layout"), - _ => tr!("command.view.layout.use_horizontal_layout") + _ => tr!("command.view.use_horizontal_layout") }) { #[watch] set_icon_name: match model.orientation { -- cgit