Skip to content

Commit

Permalink
externalize InstallAction_ChooseProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and laeubi committed Jun 16, 2024
1 parent a287e7e commit 5c5045c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.p2.ui.admin;singleton:=true
Bundle-Version: 1.3.400.qualifier
Bundle-Version: 1.3.500.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.ui.admin.ProvAdminUIActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
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
2 changes: 1 addition & 1 deletion features/org.eclipse.equinox.p2.sdk/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.sdk"
label="%featureName"
version="3.11.2400.qualifier"
version="3.11.2500.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down

0 comments on commit 5c5045c

Please sign in to comment.