<fix>(ui): improve ui.
1. improve ui.
This commit is contained in:
parent
c2f05ec557
commit
c1d7249345
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user