diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 23:59:28 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-19 00:19:31 +0100 |
| commit | a5ac6203f247d884aba8530b108d554ff80be333 (patch) | |
| tree | 1888787bb0db6918bc867d144a6476d7e56744eb /src/main.rs | |
| parent | ab544baf9b7fc39d671f922e827a4f2d6179a7f7 (diff) | |
Fix name for layout key
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
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 { |