From 933078c10e99002c8a5f647e476819f0f1706a14 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 09:14:56 +0200 Subject: Adjust spacing and add more translation keys --- Map/Presentation/MapEditor.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Map/Presentation/MapEditor.swift') diff --git a/Map/Presentation/MapEditor.swift b/Map/Presentation/MapEditor.swift index fe10427..267492c 100644 --- a/Map/Presentation/MapEditor.swift +++ b/Map/Presentation/MapEditor.swift @@ -138,12 +138,12 @@ struct MapEditor: View { minimumValueLabel: { Image(systemName: "minus.magnifyingglass") .font(.Theme.SmallControl.regular) - .help("Zoom Out (⌘-)") + .help("map_editor.zoom_out") }, maximumValueLabel: { Image(systemName: "plus.magnifyingglass") .font(.Theme.SmallControl.regular) - .help("Zoom In (⌘+)") + .help("map_editor.zoom_in") } ).frame(width: 200).padding(.trailing, 10.0) }.padding(4.0) -- cgit