Skip to content

Commit

Permalink
externalize InstallAction_ChooseProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Jun 12, 2024
1 parent a287e7e commit 84f6bd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private String getUserChosenProfileId() {
}

ListDialog dialog = new ListDialog(getShell());
dialog.setTitle("Choose a Profile");
dialog.setTitle(ProvAdminUIMessages.InstallAction_ChooseProfile);
dialog.setLabelProvider(new ProvElementLabelProvider());
dialog.setInput(new Profiles(getProvisioningUI()));
dialog.setContentProvider(new ProvElementContentProvider());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public class ProvAdminUIMessages extends NLS {
public static String RepositoryImplementationPropertyPage_PropertiesLabel;
public static String RepositoryImplementationPropertyPage_ValueColumnLabel;

public static String InstallAction_ChooseProfile;

public static String IUGroup_ID;
public static String IUGroup_IU_ID_Required;
public static String IUGroup_Namespace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ProvisioningPrefPage_ShowInstallRootsOnly=Show only the install &roots in a prof
ProvisioningPrefPage_HideSystemRepos=Hide &system repositories in repository views
ProvisioningPrefPage_CollapseIUVersions=Show only the latest &versions of IU's
ProvisioningPrefPage_UseCategories=Show IUs by &category in repository views
InstallAction_ChooseProfile=Choose a Profile
InstalledIUPropertyPage_NoInfoAvailable=No profile-specific properties are available.
AddProfileDialog_Title=Add Profile
AddProfileDialog_OperationLabel=Add Profile
Expand Down

0 comments on commit 84f6bd4

Please sign in to comment.