File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ PREF_TEST_PACKAGE_SUFFIX_LABEL=Test package suffix
1818PREF_TEST_UNIT_PREFIX_LABEL =Test unit prefix
1919PREF_TEST_UNIT_SUFFIX_LABEL =Test unit suffix
2020PREF_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?
2122MENU_RUN_TEST_LABEL =Run utPLSQL test
22- MENU_RUN_GENERATE_LABEL =Generate utPLSQL test
23+ MENU_GENERATE_TEST_LABEL =Generate utPLSQL test
2324WORKSHEET_TITLE =utPLSQL
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ PREF_TEST_PACKAGE_SUFFIX_LABEL=Test Package Suffix
1212PREF_TEST_UNIT_PREFIX_LABEL =Test Unit Präfix
1313PREF_TEST_UNIT_SUFFIX_LABEL =Test Unit Suffix
1414PREF_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?
1516MENU_RUN_TEST_LABEL =utPLSQL Test ausführen
1617MENU_GENERATE_TEST_LABEL =utPLSQL Test generieren
1718WORKSHEET_TITLE =utPLSQL
You can’t perform that action at this time.
0 commit comments