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 @@ -128,11 +128,9 @@ export class LibraryListWidget extends ListWidget<
128128 buttons : [
129129 nls . localize ( 'arduino/library/installAll' , 'Install all' ) ,
130130 nls . localize (
131- 'arduino/library/installOnly' ,
132- 'Install {0} only' ,
133- item . name
131+ 'arduino/library/installWithoutDependencies' ,
132+ 'Install without dependencies'
134133 ) ,
135- nls . localize ( 'vscode/issueMainService/cancel' , 'Cancel' ) ,
136134 ] ,
137135 maxWidth : 740 , // Aligned with `settings-dialog.css`.
138136 } ) . open ( ) ;
Original file line number Diff line number Diff line change 241241 "installAll" : " Install all" ,
242242 "installMissingDependencies" : " Would you like to install all the missing dependencies?" ,
243243 "installOneMissingDependency" : " Would you like to install the missing dependency?" ,
244- "installOnly " : " Install {0} only " ,
244+ "installWithoutDependencies " : " Install without dependencies " ,
245245 "installedSuccessfully" : " Successfully installed library {0}:{1}" ,
246246 "libraryAlreadyExists" : " A library already exists. Do you want to overwrite it?" ,
247247 "manageLibraries" : " Manage Libraries..." ,
You can’t perform that action at this time.
0 commit comments