Skip to content

Commit

Permalink
fix: Update message ESP-IDF Manager view (#977)
Browse files Browse the repository at this point in the history
* fix: Update message ESP-IDF Manager view

* fix: Update editor name with ESP-IDF Manager
  • Loading branch information
kolipakakondal authored Jun 5, 2024
1 parent be9255f commit 432b9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NewProjectHandler_CouldntFindPath=Couldn't find PATH in the CDT build environmen
NewProjectHandler_CouldntFindIdfPath=Couldn't find IDF_PATH in the CDT build environment variables. \n \n
NewProjectHandler_CouldntFindTools=Could't find installed tools path for GIT and PYTHON. \n \n
NewProjectHandler_MandatoryMsg=This is a mandatory step even if you've already installed the tools from the command line. Do you want to install the missing tools now?
NewProjectHandler_NavigateToHelpMenu=Please navigate to menu `Help > ESP-IDF Tools Manager > Install Tools` to install and configure the required paths for creating and building the ESP-IDF projects. \n \n
NewProjectHandler_NavigateToHelpMenu=Please navigate to menu `Espressif > ESP-IDF Manager` to install and configure the required paths for creating and building the ESP-IDF projects. \n \n
NewProjectHandler_PathErrorTitle=Path Error
ProjectCleanCommandHandler_RunningProjectCleanJobName=Running Project Clean...
ProjectFullCleanCommandHandler_RunningFullcleanJobName=Running fullclean...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ MissingToolsValidationMessage_B=Please visit the Link to see configuration for t
MissingToolsValidationLink=https://github.com/espressif/idf-eclipse-plugin/blob/master/docs/MissingToolsManualPathUpdateGuide.md


EspIdfEditorTitle=ESP-IDF: Manager
EspIdfEditorTitle=ESP-IDF Manager
EspIdfManagerVersionCol=ESP-IDF Version
EspIdfManagerLocationCol=Location
EspIdfManagerStateCol=State
Expand Down

0 comments on commit 432b9a9

Please sign in to comment.