Skip to content

Commit 59ec617

Browse files
committed
rename buttons in "Do you want to delete the original file"
1 parent 79c3adb commit 59ec617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/src/loader/LoaderImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ void Loader::Impl::installModManuallyFromFile(std::filesystem::path const& path,
13191319
"<cy>Do you want to delete the original file?</c>",
13201320
meta.getName()
13211321
),
1322-
"OK", "Delete File",
1322+
"Keep", "Delete",
13231323
[path](auto, bool btn2) {
13241324
if (btn2) {
13251325
std::error_code ec;

0 commit comments

Comments
 (0)