File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sqldev/src/main/resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
18
18
RUN_ICON =/org/utplsql/sqldev/resources/images/run.png
19
19
RUN_WORKSHEET_ICON =/org/utplsql/sqldev/resources/images/run_worksheet.png
20
20
CLEAR_ICON =/org/utplsql/sqldev/resources/images/clear.png
21
+ CHECKMARK_ICON =/org/utplsql/sqldev/resources/images/checkmark.png
21
22
22
23
# Translatable text
23
24
PREF_LABEL =utPLSQL
@@ -72,6 +73,6 @@ RUNNER_INITIALIZING_TEXT=Initializing...
72
73
RUNNER_RUNNING_TEXT =Running tests...
73
74
RUNNER_FINNISHED_TEXT =Finished after %.3f seconds.
74
75
RUNNER_NO_TESTS_FOUND_TEXT =No tests found.
75
- RUNNER_TEST_ID = Id
76
+ RUNNER_SUITEPATH = Suitepath
76
77
RUNNER_TEST_EXECUTION_TIME =Time [s]
77
78
RUNNER_DESCRIPTION =Description
You can’t perform that action at this time.
0 commit comments