aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {