File tree 3 files changed +7
-3
lines changed
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 {
312
312
label : _ ( 'LBL_OPEN_WITH' ) ,
313
313
onclick : ( ) => this . iconview . openEntry ( { entry, forceDialog : true } )
314
314
} , {
315
- label : entry . shortcut !== false ? _ ( 'LBL_REMOVE ' ) : _ ( 'LBL_DELETE' ) ,
315
+ label : entry . shortcut !== false ? _ ( 'LBL_REMOVE_SHORTCUT ' ) : _ ( 'LBL_DELETE' ) ,
316
316
onclick : ( ) => this . iconview . removeEntry ( entry )
317
317
} ]
318
318
} ) ;
Original file line number Diff line number Diff line change @@ -145,5 +145,7 @@ export const en_EN = {
145
145
LBL_BACK : 'Back' ,
146
146
LBL_FORWARD : 'Forward' ,
147
147
LBL_UPLOAD : 'Upload' ,
148
- LBL_IMAGE : 'Image'
148
+ LBL_IMAGE : 'Image' ,
149
+ LBL_CREATE_SHORTCUT : 'Create shortcut' ,
150
+ LBL_REMOVE_SHORTCUT : 'Remove shortcut'
149
151
} ;
Original file line number Diff line number Diff line change @@ -145,5 +145,7 @@ export const nb_NO = {
145
145
LBL_BACK : 'Tilbake' ,
146
146
LBL_FORWARD : 'Frem' ,
147
147
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'
149
151
} ;
You can’t perform that action at this time.
0 commit comments