From 1d28fb5599337bf1891ac8cc43b7656975d239d7 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 23 Mar 2026 20:52:55 +0100 Subject: Use english as the base language --- src/components/footer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/footer.rs') 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", -- cgit