CSV Import: Fix order of confirmation dialog to match convention

This commit is contained in:
Molkobain
2021-12-10 15:12:43 +01:00
parent ee54d6869b
commit 2a50a543bf

View File

@@ -659,15 +659,15 @@ try {
title:'$sDlgTitle',
buttons:
[
{
text: "$sNoButton",
click: CancelImport,
},
{
text: "$sYesButton",
class: "ibo-is-primary",
click: RunImport,
},
{
text: "$sNoButton",
click: CancelImport,
}
]
});
EOF