Update Translation / Fixed Dark Mode in Machine Tab

This commit is contained in:
Cyril
2023-04-29 10:30:18 +08:00
committed by SoftFever
parent 404f79242d
commit 3736fb0d6e
8 changed files with 2212 additions and 2869 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ PrintHostSendDialog::PrintHostSendDialog(const fs::path &path, PrintHostPostUplo
});
}
add_button(wxID_CANCEL,false,"Cancel");
add_button(wxID_CANCEL,false, L("Cancel"));
finalize();
#ifdef __linux__