Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Heine <[email protected]>
  • Loading branch information
TruongQuangSB and mariusheine authored Dec 11, 2024
1 parent 70bdb74 commit a172552
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public interface CacheId {
public static final String ETCS_TABLE_PART_ID_PREFIX = "org.eclipse.set.feature.table.etcs";

/**
* The prefix of ETCS Supplement table part
* The prefix of ESTW Supplement table part
*/
public static final String ESTW_SUPPLEMENT_PART_ID_PREFIX = "org.eclipse.set.feature.table.supplement-estw";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Messages {
public String ETCS_TableOverviewDescriptionService_ViewName;

/**
* ESTW – Zusatzttabellen – Tabellenübersicht
* ESTW – Zusatztabellen – Tabellenübersicht
*/
public String ESTW_Supplement_TableOverviewDescriptionService_ViewName;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Messages extends NLS {
public static String SetViewGroups_Siteplan;
public static String SetViewGroups_Table_ESTW;
public static String SetViewGroups_Table_ETCS;
public static String SetViewGroups_Table_ETCW_Supplement;
public static String SetViewGroups_Table_ESTW_Supplement;

private static final String BUNDLE_NAME = "org.eclipse.set.utils.viewgroups.messages"; //$NON-NLS-1$
static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SetViewGroups {
.withIcon(SetImages.IC_GRID_ON_BLACK_18DP_1X)
.withOrderPriority(250).build();
TABLE_ESTW_SUPPLEMENT = new ToolboxViewGroup.Builder()
.withText(Messages.SetViewGroups_Table_ETCW_Supplement)
.withText(Messages.SetViewGroups_Table_ESTW_Supplement)
.withIcon(SetImages.IC_GRID_ON_BLACK_18DP_1X)
.withOrderPriority(200).build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SetViewGroups_Development=Entwicklung
SetViewGroups_Edit=Planungsdatei bearbeiten
SetViewGroups_Export=Dokumentenexport
SetViewGroups_Information=Dokumenteninformation
SetViewGroups_Siteplan=Lagepläne
SetViewGroups_Siteplan=Lagepläne
SetViewGroups_Table_ESTW=ESTW \u2013 Tabellen
SetViewGroups_Table_ETCS=ETCS \u2013 Tabellen
SetViewGroups_Table_ETCW_Supplement= ESTW \u2013 Zusatztabellen
SetViewGroups_Table_ESTW_Supplement= ESTW \u2013 Zusatztabellen

0 comments on commit a172552

Please sign in to comment.