aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 61cb37f..cf0f116 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -359,7 +359,7 @@ void GpgWin::setCurrentFile(const QString &fileName)
QString shownName;
if (curFile.isEmpty())
- shownName = tr("untitled.txt");
+ shownName = "untitled.txt";
else
shownName = strippedName(curFile);