Skip to content

Commit

Permalink
rename import dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
xsrf committed Nov 24, 2020
1 parent d926c84 commit 17570c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions extension/locale.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Import SVG ... = Importiere SVG ...
Directly import SVG paths = SVG Pfade direkt importieren
Load file... = Datei laden...
Load file = Datei laden
Open Import Dialog = Import-Fenster anzeigen
Editor Origin = Editor Ursprung
Import as = Importieren als
Import file = Datei importieren
Expand Down
4 changes: 2 additions & 2 deletions extension/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ api('createToolbarButton', {
fordoctype:'pcb',
menu:[
{
text:"Show Dialog",
text:"Open Import Dialog",
cmd:"extension-svgimport-open",
title:'Show Dialog',
title:'Open Import Dialog',
icon: api('getRes', {file:'icon.svg'})
},
{
Expand Down

0 comments on commit 17570c1

Please sign in to comment.