Changeset 1391 for trunk


Ignore:
Timestamp:
05/28/19 15:21:57 (5 years ago)
Author:
bln4
Message:

Formatting and syntax corrections on feedback to user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/account/Contacts.java

    r1387 r1391  
    2323                Path resourcesUsernamePath = Paths.get(FrameIO.PARENT_FOLDER).resolve("resources-" + username);
    2424                if (resourcesUsernamePath.toFile().exists()) {
    25                         sb.append("Detected the presence of the user " + username + " present in your Expeditee file system.  Contact details automatically distributed.");
     25                        sb.append("Detected the presence of the user " + username + " in your Expeditee file system.  Contact details automatically distributed.");
    2626                        Path credentialsDirectoryToSharePath = profilePath.resolve(me + "-credentials");
    2727                        Path partnerContactsDirectory = resourcesUsernamePath.resolve("contacts");
     
    3636                try {
    3737                        Desktop.getDesktop().open(profilePath.toFile());
    38                         sb.append("1. We have opened your profile directory for you.  Tab to it and right click on the " + me + "-credentials directory." + nl);
     38                        sb.append("We have opened your profile directory for you.");
     39                        sb.append("1. Tab to it (if not visible) and right click on the " + me + "-credentials directory." + nl);
    3940                } catch (IOException e) {
    4041                        sb.append("1. Open your profile directory (" + profilePath + ") and right click on the " + me + "-credentials directory." + nl);
     
    4243               
    4344                sb.append("2. Click on 'Share with Google Drive'." + nl);
    44                 sb.append("3. Enter " + username + "'s in the text box." + nl);
     45                sb.append("3. Enter " + username + "'s email in the text box." + nl);
    4546                sb.append("4. Click on the button to the right of the text box in order to set the share to 'View Only'." + nl);
    4647                sb.append("5. Optionally add a note for " + username + " to read.  Click the send button.");
     
    5758                        URI driveSharedWithMeURL = new URL(driveSharedWithMeString).toURI();
    5859                        Desktop.getDesktop().browse(driveSharedWithMeURL);
    59                         sb.append("1. We have opened Google Drive to the 'Shared With Me' page in your browser.  Right click on " + username + "-credentials and click on 'Add To My Drive'." + nl);
     60                        sb.append("We have opened Google Drive to the 'Shared With Me' page in your browser.");
     61                        sb.append("1. Right click on " + username + "-credentials and click on 'Add To My Drive'." + nl);
    6062                } catch (IOException | URISyntaxException e) {
    6163                        sb.append("1. Open your web browser to " + driveSharedWithMeString + ".  Right click on " + username + "-credentials and click on 'Add To My Drive'." + nl);
Note: See TracChangeset for help on using the changeset viewer.