From 03dd5e5f5da7d360b0b6cdc9f31f4f0b6a026e4a Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Thu, 7 Nov 2024 18:02:20 +0000 Subject: [PATCH] Really added error message for unsupported conversions --- SpeckleConnector/RINT/Connector.grc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SpeckleConnector/RINT/Connector.grc b/SpeckleConnector/RINT/Connector.grc index a74cb28..24aba3e 100644 --- a/SpeckleConnector/RINT/Connector.grc +++ b/SpeckleConnector/RINT/Connector.grc @@ -9,4 +9,5 @@ /* [ 2] */ "The specified model card cannot be found. Try another card or create a new one" /* [ 3] */ "Please open a project first" /* [ 4] */ "The specified Speckle account cannot be found. Check that you have logged into your Speckle account with the Speckle Manager" - } +/* [ 5] */ "Unsupported conversion" +}