diff options
author | Saturneric <[email protected]> | 2022-01-04 16:05:09 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 16:05:09 +0000 |
commit | c1d724934577afef00569649b152920274b16d36 (patch) | |
tree | 372675ac3224e2276fd7c0972c5a554884aeddd2 | |
parent | <feature, fix>(core, ui): support file symmetric encryption. (diff) | |
download | GpgFrontend-c1d724934577afef00569649b152920274b16d36.tar.gz GpgFrontend-c1d724934577afef00569649b152920274b16d36.zip |
<fix>(ui): improve ui.
1. improve ui.
-rw-r--r-- | src/ui/main_window/MainWindowFileSlotFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowFileSlotFunction.cpp b/src/ui/main_window/MainWindowFileSlotFunction.cpp index ee7c690b..286cef3a 100644 --- a/src/ui/main_window/MainWindowFileSlotFunction.cpp +++ b/src/ui/main_window/MainWindowFileSlotFunction.cpp @@ -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 = |