From 5e46a6857cde73e4ba9e7b661258addc94db2230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:18:54 -0500 Subject: [PATCH] [GEOPY-2704] fix label capitalization --- curve_apps-assets/uijson/contours.ui.json | 4 ++-- curve_apps-assets/uijson/edge_detection.ui.json | 4 ++-- curve_apps-assets/uijson/peak_finder.ui.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/curve_apps-assets/uijson/contours.ui.json b/curve_apps-assets/uijson/contours.ui.json index 4fb615a..ce24ab3 100644 --- a/curve_apps-assets/uijson/contours.ui.json +++ b/curve_apps-assets/uijson/contours.ui.json @@ -59,14 +59,14 @@ "fixed_contours": { "group": "Contours", "main": true, - "label": "Fixed Contours", + "label": "Fixed contours", "value": "0", "optional": true, "enabled": false }, "max_distance": { "enabled": true, - "label": "Max Interpolation Distance (m)", + "label": "Max interpolation distance (m)", "main": true, "value": 500.0 }, diff --git a/curve_apps-assets/uijson/edge_detection.ui.json b/curve_apps-assets/uijson/edge_detection.ui.json index 3e672ba..965d184 100644 --- a/curve_apps-assets/uijson/edge_detection.ui.json +++ b/curve_apps-assets/uijson/edge_detection.ui.json @@ -72,7 +72,7 @@ "main": true, "optional": true, "enabled": false, - "label": "Window Size (pixels)", + "label": "Window size (pixels)", "min": 16, "max": 512, "value": 64, @@ -83,7 +83,7 @@ "main": true, "optional": true, "enabled": false, - "label": "Merge Length (m)", + "label": "Merge length (m)", "min": 0, "value": 100.0, "tooltip": "If the distance between two nodes is less than this value, the nodes will be merged" diff --git a/curve_apps-assets/uijson/peak_finder.ui.json b/curve_apps-assets/uijson/peak_finder.ui.json index 92b879f..c89ef98 100644 --- a/curve_apps-assets/uijson/peak_finder.ui.json +++ b/curve_apps-assets/uijson/peak_finder.ui.json @@ -114,7 +114,7 @@ "enabled": true, "main": true, "group": "Python run preferences", - "label": "Save As", + "label": "Save as", "value": "Peak Finder", "visible": false },