File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ namespace Private {
333333 app . commands . addCommand ( CommandIDs . createNewDrive , {
334334 execute : async ( ) => {
335335 return showDialog ( {
336- title : 'Create New Drive' ,
336+ title : 'New Drive' ,
337337 body : new Private . CreateDriveHandler ( drive . name ) ,
338338 focusNodeSelector : 'input' ,
339339 buttons : [
@@ -349,14 +349,14 @@ namespace Private {
349349 }
350350 } ) ;
351351 } ,
352- label : 'Create New Drive' ,
352+ label : 'New Drive' ,
353353 icon : driveBrowserIcon . bindprops ( { stylesheet : 'menuItem' } )
354354 } ) ;
355355
356356 app . contextMenu . addItem ( {
357357 command : CommandIDs . createNewDrive ,
358358 selector : '#drive-file-browser.jp-SidePanel .jp-DirListing-content' ,
359- rank : 10
359+ rank : 100
360360 } ) ;
361361 }
362362}
You can’t perform that action at this time.
0 commit comments