diff --git a/core/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/core/StandardComponentInitializer.java b/core/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/core/StandardComponentInitializer.java index 0a077ef26d1..ed0d5396dc0 100644 --- a/core/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/core/StandardComponentInitializer.java +++ b/core/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/core/StandardComponentInitializer.java @@ -508,16 +508,17 @@ public void initialize() { DefaultActionGroup profileGroup = (DefaultActionGroup) actionManager.getAction(IdeActions.GROUP_PROFILE); actionManager.registerAction("redirectToDashboardProjectsAction", redirectToDashboardProjectsAction); actionManager.registerAction("redirectToDashboardWorkspacesAction", redirectToDashboardWorkspacesAction); + actionManager.registerAction("showPreferences", showPreferencesAction); profileGroup.add(redirectToDashboardProjectsAction); profileGroup.add(redirectToDashboardWorkspacesAction); + profileGroup.addSeparator(); + profileGroup.add(showPreferencesAction); + // Compose Help menu DefaultActionGroup helpGroup = (DefaultActionGroup) actionManager.getAction(IdeActions.GROUP_HELP); helpGroup.addSeparator(); - actionManager.registerAction("showPreferences", showPreferencesAction); - helpGroup.add(showPreferencesAction); - actionManager.registerAction("setupProjectAction", settingsAction); helpGroup.add(settingsAction); diff --git a/core/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties b/core/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties index b6c1eb29c07..846f21caa07 100644 --- a/core/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties +++ b/core/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties @@ -147,7 +147,7 @@ importProject.message.failure = Failed to import project {0} importProject.message.startWithWhiteSpace = The url can not start with a whitespace. importProject.message.urlInvalid = The URL provided for the project to import is invalid. importProject.message.unableGetSshKey = Unable get private ssh key. \ - You can create a new SSH key pair in Help->Preferences->SSH->Git. + You can create a new SSH key pair in Profile->Preferences->SSH->Git. importProject.importer.info = Importer Information importProject.project.info = Project Information importProject.name.prompt = Define the name of your project... diff --git a/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties b/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties index 9430ea30422..364e0881087 100644 --- a/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties +++ b/plugins/plugin-git/che-plugin-git-ext-git/src/main/resources/org/eclipse/che/ide/ext/git/client/GitLocalizationConstant.properties @@ -32,7 +32,7 @@ button.pull=Pull ############MESSAGES################ messages.unableGetSshKey = Failed to get private ssh key. \ - You can create a new SSH key pair in Help->Preferences->SSH->Git. + You can create a new SSH key pair in Profile->Preferences->SSH->Git. messages.warningTitle = Warning messages.index_empty=Index is empty messages.add_success=Git index updated @@ -50,7 +50,7 @@ messages.branch_delete_failed=Failed to delete branch messages.branch_rename_failed=Failed to rename branch messages.commit_failed=Failed to commit messages.committer_identity_info_empty=Git user name and (or) email was not set. \ - You can set this information in Help -> Preferences -> Git -> Committer. + You can set this information in Profile -> Preferences -> Git -> Committer. messages.diff.failed=Failed to get diff messages.log_failed=Failed to load commits history messages.init_commit_was_not_performed=Initial commit is required to perform this operation. diff --git a/plugins/plugin-github/che-plugin-github-ext-github/src/main/resources/org/eclipse/che/ide/ext/github/client/GitHubLocalizationConstant.properties b/plugins/plugin-github/che-plugin-github-ext-github/src/main/resources/org/eclipse/che/ide/ext/github/client/GitHubLocalizationConstant.properties index 32cf7e72c3d..fe1c7d01b99 100644 --- a/plugins/plugin-github/che-plugin-github-ext-github/src/main/resources/org/eclipse/che/ide/ext/github/client/GitHubLocalizationConstant.properties +++ b/plugins/plugin-github/che-plugin-github-ext-github/src/main/resources/org/eclipse/che/ide/ext/github/client/GitHubLocalizationConstant.properties @@ -16,7 +16,7 @@ authorization.dialog.title = Authorization authorization.dialog.text = {0} requests authorization through OAuth2 protocol authorization.generateKeyLabel = generate ssh key and upload it on GitHub authorization.message.unableCreateSshKey = Unable create private ssh key. \ - You can create a new SSH key pair in Help->Preferences->SSH->Git. + You can create a new SSH key pair in Profile->Preferences->SSH->Git. authorization.message.keyUploadSuccess = Ssh key uploaded ############### SamplesListGrid ############### samplesListGrid.column.name=Project diff --git a/plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/MachineLocalizationConstant.properties b/plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/MachineLocalizationConstant.properties index 3cddec89bb3..313c1d2b1af 100644 --- a/plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/MachineLocalizationConstant.properties +++ b/plugins/plugin-machine/che-plugin-machine-ext-client/src/main/resources/org/eclipse/che/ide/extension/machine/client/MachineLocalizationConstant.properties @@ -162,7 +162,7 @@ ssh.connect.info=You can connect your SSH client to ''{0}'' with:\ \n\nNOTES:\ \n1. You can login with user / password, but it is not recommended.\ \n2. Use an SSH key pair to securely authenticate.\ -\n3. You can generate new SSH key pairs at `Help -> Preferences -> SSH -> Machine`\ +\n3. You can generate new SSH key pairs at `Profile -> Preferences -> SSH -> Machine`\ \n4. Or, you can upload your own public key.\ \n5. You must restart your workspace for the keys to take affect.\ \n6. You can verify your key by opening a terminal and viewing `/home/user/.ssh/authorized_keys`\