Skip to content

Commit

Permalink
Test what causing the test failure
Browse files Browse the repository at this point in the history
- add message changes
  • Loading branch information
laeubi authored and HannesWell committed Jun 27, 2023
1 parent 2adb5ac commit 4ae426b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,8 @@ public class Messages extends NLS {

public static String ExternalInstallPage_btnDirectory_text;

public static String ExternalInstallPage_btnVariables_text;

public static String ExternalInstallPage_lblInstallationLibraries_text;

public static String ExternalInstallPage_btnRestoreDefault_text;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ EnableNatureAction_job_enable=Enabling Maven Dependency Management
EnableNatureAction_wizard_shell=Create new POM
ExternalInstallPage_btnAddProject_text=Project...
ExternalInstallPage_btnDirectory_text=Directory...
ExternalInstallPage_btnVariables_text=&Variables...
ExternalInstallPage_btnDown_text=Down
ExternalInstallPage_btnRemove_text=Remove
ExternalInstallPage_btnRestoreDefault_text=Restore Default
Expand Down

0 comments on commit 4ae426b

Please sign in to comment.