aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-04 16:05:09 +0000
committerSaturneric <[email protected]>2022-01-04 16:05:09 +0000
commitc1d724934577afef00569649b152920274b16d36 (patch)
tree372675ac3224e2276fd7c0972c5a554884aeddd2
parent<feature, fix>(core, ui): support file symmetric encryption. (diff)
downloadGpgFrontend-c1d724934577afef00569649b152920274b16d36.tar.gz
GpgFrontend-c1d724934577afef00569649b152920274b16d36.zip
<fix>(ui): improve ui.
1. improve ui.
-rw-r--r--src/ui/main_window/MainWindowFileSlotFunction.cpp2
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 =