diff options
Diffstat (limited to 'src/components/footer.rs')
| -rw-r--r-- | src/components/footer.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/footer.rs b/src/components/footer.rs index a7999be..27c666c 100644 --- a/src/components/footer.rs +++ b/src/components/footer.rs @@ -56,7 +56,7 @@ impl SimpleComponent for Footer { set_margin_end: 5 }, - gtk::Button::with_label(&tr!("command.view.zoom_out")) { + gtk::Button::with_label(&tr!("Zoom Out")) { set_icon_name: ZOOM_OUT_REGULAR, set_margin_end: 5, add_css_class: "flat", @@ -79,7 +79,7 @@ impl SimpleComponent for Footer { } }, - gtk::Button::with_label(&tr!("command.view.zoom_in")) { + gtk::Button::with_label(&tr!("Zoom In")) { set_icon_name: ZOOM_IN_REGULAR, add_css_class: "flat", add_css_class: "zoom", |