1
0

<fix>(ui): improve ui.

1. improve ui.
This commit is contained in:
Saturneric 2022-01-05 00:05:09 +08:00
parent c2f05ec557
commit c1d7249345

View File

@ -84,7 +84,7 @@ void MainWindow::slotFileEncrypt() {
if (QFile::exists(out_path)) {
boost::filesystem::path _out_path = out_path.toStdString();
auto out_file_name = boost::format(_("The target file(%1%) already exists, "
auto out_file_name = boost::format(_("The target file %1% already exists, "
"do you need to overwrite it?")) %
_out_path.filename();
auto ret =