Some Strings Update made By "Monochromish"
This commit is contained in:
parent
51c99c87ae
commit
b25335ed75
3 changed files with 5 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
blur.style.justifyContent = 'center';
|
||||
blur.style.fontSize = '2em';
|
||||
blur.style.color = 'white';
|
||||
blur.innerHTML = 'Press a combination of two keys to update keybinding. Press Escape key to go back.'
|
||||
blur.innerHTML = `<center>${app.getLz('settings.option.general.keybindings.pressCombination')}<br />${app.getLz('settings.option.general.keybindings.pressEscape')}</center>`
|
||||
document.body.appendChild(blur);
|
||||
|
||||
let keyBind = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue