Skip to content

Commit f5c063f

Browse files
add checkmark icon and rename test_id to suitepath
1 parent 6d86ed5 commit f5c063f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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 @@ REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
1818
RUN_ICON=/org/utplsql/sqldev/resources/images/run.png
1919
RUN_WORKSHEET_ICON=/org/utplsql/sqldev/resources/images/run_worksheet.png
2020
CLEAR_ICON=/org/utplsql/sqldev/resources/images/clear.png
21+
CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png
2122

2223
# Translatable text
2324
PREF_LABEL=utPLSQL
@@ -72,6 +73,6 @@ RUNNER_INITIALIZING_TEXT=Initializing...
7273
RUNNER_RUNNING_TEXT=Running tests...
7374
RUNNER_FINNISHED_TEXT=Finished after %.3f seconds.
7475
RUNNER_NO_TESTS_FOUND_TEXT=No tests found.
75-
RUNNER_TEST_ID=Id
76+
RUNNER_SUITEPATH=Suitepath
7677
RUNNER_TEST_EXECUTION_TIME=Time [s]
7778
RUNNER_DESCRIPTION=Description

0 commit comments

Comments
 (0)