diff --git a/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java b/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java index 266fb4da5..e29e9dc28 100644 --- a/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java +++ b/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java @@ -33,7 +33,7 @@ public LicenseIssuedNotification(Shell shell) { public void showPersonal(IssuedLicense license) { show(// IssueLicensePageMessages.IssueLicenseWizard_ok_licensed_title, // - String.format("", // //$NON-NLS-1$ + String.format("%s\n%s", // //$NON-NLS-1$ license.encrypted().toAbsolutePath().toString(), // license.decrypted().toAbsolutePath().toString()), // license.encrypted().getParent());