File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ export class DesktopIconView extends EventEmitter {
312312 label : _ ( 'LBL_OPEN_WITH' ) ,
313313 onclick : ( ) => this . iconview . openEntry ( { entry, forceDialog : true } )
314314 } , {
315- label : entry . shortcut !== false ? _ ( 'LBL_REMOVE ' ) : _ ( 'LBL_DELETE' ) ,
315+ label : entry . shortcut !== false ? _ ( 'LBL_REMOVE_SHORTCUT ' ) : _ ( 'LBL_DELETE' ) ,
316316 onclick : ( ) => this . iconview . removeEntry ( entry )
317317 } ]
318318 } ) ;
Original file line number Diff line number Diff line change @@ -145,5 +145,7 @@ export const en_EN = {
145145 LBL_BACK : 'Back' ,
146146 LBL_FORWARD : 'Forward' ,
147147 LBL_UPLOAD : 'Upload' ,
148- LBL_IMAGE : 'Image'
148+ LBL_IMAGE : 'Image' ,
149+ LBL_CREATE_SHORTCUT : 'Create shortcut' ,
150+ LBL_REMOVE_SHORTCUT : 'Remove shortcut'
149151} ;
Original file line number Diff line number Diff line change @@ -145,5 +145,7 @@ export const nb_NO = {
145145 LBL_BACK : 'Tilbake' ,
146146 LBL_FORWARD : 'Frem' ,
147147 LBL_UPLOAD : 'Last opp' ,
148- LBL_IMAGE : 'Bilde'
148+ LBL_IMAGE : 'Bilde' ,
149+ LBL_CREATE_SHORTCUT : 'Lag til snarvei' ,
150+ LBL_REMOVE_SHORTCUT : 'Fjern snarvei'
149151} ;
You can’t perform that action at this time.
0 commit comments