Skip to content

Commit 337cfc2

Browse files
fix wrong menu label, add label to check availability of Generate utPLSQL test
1 parent cfff1f1 commit 337cfc2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

sqldev/extension.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</action>
9999
<action id="utplsql.generate">
100100
<properties>
101-
<property name="Name">${MENU_RUN_GENERATE_LABEL}</property>
101+
<property name="Name">${MENU_GENERATE_TEST_LABEL}</property>
102102
<property name="SmallIcon">res:/org/utplsql/sqldev/resources/images/oddgen.png</property>
103103
<property name="Category">Code-Editor</property>
104104
</properties>

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ PREF_TEST_PACKAGE_SUFFIX_LABEL=Test package suffix
1818
PREF_TEST_UNIT_PREFIX_LABEL=Test unit prefix
1919
PREF_TEST_UNIT_SUFFIX_LABEL=Test unit suffix
2020
PREF_NUMBER_OF_TESTS_PER_UNIT=Number of tests to generate per unit
21+
PREF_CHECK_GENERATE_UTPLSQL_TEST_LABEL=Check availability of "Generate utPLSQL test" menu option?
2122
MENU_RUN_TEST_LABEL=Run utPLSQL test
22-
MENU_RUN_GENERATE_LABEL=Generate utPLSQL test
23+
MENU_GENERATE_TEST_LABEL=Generate utPLSQL test
2324
WORKSHEET_TITLE=utPLSQL

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PREF_TEST_PACKAGE_SUFFIX_LABEL=Test Package Suffix
1212
PREF_TEST_UNIT_PREFIX_LABEL=Test Unit Präfix
1313
PREF_TEST_UNIT_SUFFIX_LABEL=Test Unit Suffix
1414
PREF_NUMBER_OF_TESTS_PER_UNIT=Anzahl zu generierende Tests pro Unit
15+
PREF_CHECK_GENERATE_UTPLSQL_TEST_LABEL=Verfügbarkeit der Menüoption "utPLSQL Test generieren" prüfen?
1516
MENU_RUN_TEST_LABEL=utPLSQL Test ausführen
1617
MENU_GENERATE_TEST_LABEL=utPLSQL Test generieren
1718
WORKSHEET_TITLE=utPLSQL

0 commit comments

Comments
 (0)