From 2f9e3cc829785a4e28086f29b0951fb744a62653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anian=20B=C3=BChler?= <anian.buehler@reutlingen-university.de> Date: Mon, 4 Jul 2022 16:43:27 +0200 Subject: [PATCH] minor changes in naming --- src/main/resources/com/ardublock/block/ardublock.xml | 2 +- src/main/resources/com/ardublock/block/ardublock_de.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/ardublock/block/ardublock.xml b/src/main/resources/com/ardublock/block/ardublock.xml index 59e6679..fb1fd76 100644 --- a/src/main/resources/com/ardublock/block/ardublock.xml +++ b/src/main/resources/com/ardublock/block/ardublock.xml @@ -2361,7 +2361,7 @@ </description> <BlockConnectors> <BlockConnector connector-type="number" connector-kind="plug" /> - <BlockConnector connector-type="string" connector-kind="socket" label="bc.string"> + <BlockConnector connector-type="string" connector-kind="socket" label="bc.array"> <DefaultArg genus-name="variable_string" label="Name_der_Tabelle" /> </BlockConnector> </BlockConnectors> diff --git a/src/main/resources/com/ardublock/block/ardublock_de.properties b/src/main/resources/com/ardublock/block/ardublock_de.properties index 762b2f6..e1e69d3 100644 --- a/src/main/resources/com/ardublock/block/ardublock_de.properties +++ b/src/main/resources/com/ardublock/block/ardublock_de.properties @@ -750,7 +750,7 @@ bg.reference_string=Offset Zeichenkette bg.reference_string.description=Verschiebt die Startposition ab der die Zeichenkette verwendet wird \n-> &array[x] bg.reference_number=Offset Tabelle bg.reference_number.description=Verschiebt die Startposition ab der die Tabelle verwendet wird \n-> &array[x] -bg.sizeof_number=Anzahl Werte Tabelle +bg.sizeof_number=Anzahl Stellen Tabelle bg.sizeof_number.description=Gibt Anzahl der verfuegbaren Stellen der Tabelle zurueck \n-> sizeOf(Array)/sizeOf(Datentyp) bg.sizeof_string=Anzahl Stellen Zeichenkette bg.sizeof_string.description=Gibt Anzahl der verfuegbaren Stellen der Zeichenkette zurueck \n-> sizeOf(Array)/sizeOf(Datentyp) -- GitLab