Skip to content

Commit

Permalink
Avoid using the label Project Explorer twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed May 19, 2021
1 parent 4df706c commit 5799485
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2020 Lablicate GmbH.
* Copyright (c) 2019, 2021 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand All @@ -24,7 +24,7 @@ public enum DataExplorerTreeRoot {
NONE(""), //
DRIVES("Drives"), //
HOME("Home"), //
WORKSPACE("Project Explorer"), //
WORKSPACE("Workspace"), //
USER_LOCATION("User Location");

private String label;
Expand Down

0 comments on commit 5799485

Please sign in to comment.