From 1169f3cc94f95501f95c1ca8d3f70a54236d33dd Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Wed, 24 Jan 2024 10:26:22 +0100 Subject: [PATCH] Geometry: ui: Minor change. --- src/View/ui/GeometryReach.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/View/ui/GeometryReach.ui b/src/View/ui/GeometryReach.ui index af5160d3..95e25be1 100644 --- a/src/View/ui/GeometryReach.ui +++ b/src/View/ui/GeometryReach.ui @@ -130,7 +130,7 @@ </widget> <action name="action_import"> <property name="text"> - <string>import</string> + <string>Import</string> </property> <property name="toolTip"> <string>Import geometry</string> @@ -138,7 +138,7 @@ </action> <action name="action_export"> <property name="text"> - <string>export</string> + <string>Export</string> </property> <property name="toolTip"> <string>Export geometry</string> @@ -230,7 +230,7 @@ </action> <action name="action_meshing"> <property name="text"> - <string>meshing</string> + <string>Meshing</string> </property> </action> </widget> -- GitLab