mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 10:02:12 +00:00
close -> delete
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
disabled={$selection.size == 0}
|
||||
>
|
||||
<FileX size="16" />
|
||||
{i18n._('menu.close')}
|
||||
{i18n._('menu.delete')}
|
||||
<Shortcut key="⌫" ctrl={true} />
|
||||
</Menubar.Item>
|
||||
<Menubar.Item
|
||||
@@ -156,7 +156,7 @@
|
||||
disabled={fileStateCollection.size == 0}
|
||||
>
|
||||
<FileX size="16" />
|
||||
{i18n._('menu.close_all')}
|
||||
{i18n._('menu.delete_all')}
|
||||
<Shortcut key="⌫" ctrl={true} shift={true} />
|
||||
</Menubar.Item>
|
||||
<Menubar.Separator />
|
||||
|
||||
Reference in New Issue
Block a user