Polish explorer toolbar controls
This commit is contained in:
@@ -211,7 +211,7 @@ function renderExplorer(body, win) {
|
||||
const data = win.data;
|
||||
body.innerHTML = `
|
||||
<div class="pathbar">
|
||||
<button data-action="up">Auf</button>
|
||||
<button class="icon up-button" data-action="up" title="Eine Ebene zurueck" aria-label="Eine Ebene zurueck">←</button>
|
||||
<input value="${escapeAttr(data.path || '')}" aria-label="Pfad">
|
||||
<button data-action="go">Öffnen</button>
|
||||
<button data-action="refresh">Neu laden</button>
|
||||
|
||||
Reference in New Issue
Block a user