aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 23:59:28 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-19 00:19:31 +0100
commita5ac6203f247d884aba8530b108d554ff80be333 (patch)
tree1888787bb0db6918bc867d144a6476d7e56744eb /src/main.rs
parentab544baf9b7fc39d671f922e827a4f2d6179a7f7 (diff)
Fix name for layout key
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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 {