Skip to content

Commit

Permalink
Update public/menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 2, 2023
1 parent a6b9a24 commit e59d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = ({ app, mainWindow, newVersion, isStoreBuild }) => {
label: esc(t('Import project')),
submenu: [
{
label: esc(t('Times in seconds / Timestamps (CSV)')),
label: esc(t('Times in seconds (CSV)')),
click() {
mainWindow.webContents.send('importEdlFile', 'csv');
},
Expand Down

0 comments on commit e59d478

Please sign in to comment.