Swirt / typertools-src

Public builds - https://swirt.github.io/typertools/
MIT License
42 stars 24 forks source link

Change from OK/Cancel buttons to Yes/No #61

Open khangquangtran opened 10 months ago

khangquangtran commented 10 months ago

In app_src/context.jsx file, keep = confirm(locale.settingsImportReplace); the confirm() function creates a dialog with two buttons "OK" and "Cancel". However, the "locale.settingsImportReplace" is a Yes-No question. Therefore, I would suggest a change for those two buttons, from OK and Cancel to Yes and No.

Swirt commented 10 months ago

Unfortunately I can't change the button text of the confirm popup. And I'm too lazy to come up with other solutions right now.

khangquangtran commented 10 months ago

I think it is fine as it is right now. It seems not an urgent issue to require immediate attention.