File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
arduino-ide-extension/src/browser/library Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,9 @@ export class LibraryListWidget extends ListWidget<
126126 ) ,
127127 message,
128128 buttons : [
129- nls . localize ( 'vscode/issueMainService/cancel' , 'Cancel' ) ,
130129 nls . localize (
131- 'arduino/library/installOnly' ,
132- 'Install {0} only' ,
133- item . name
130+ 'arduino/library/installWithoutDependencies' ,
131+ 'Install without dependencies'
134132 ) ,
135133 nls . localize ( 'arduino/library/installAll' , 'Install all' ) ,
136134 ] ,
Original file line number Diff line number Diff line change 258258 "installAll" : " Install all" ,
259259 "installMissingDependencies" : " Would you like to install all the missing dependencies?" ,
260260 "installOneMissingDependency" : " Would you like to install the missing dependency?" ,
261- "installOnly " : " Install {0} only " ,
261+ "installWithoutDependencies " : " Install without dependencies " ,
262262 "installedSuccessfully" : " Successfully installed library {0}:{1}" ,
263263 "libraryAlreadyExists" : " A library already exists. Do you want to overwrite it?" ,
264264 "manageLibraries" : " Manage Libraries..." ,
You can’t perform that action at this time.
0 commit comments