aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-02-04 20:39:17 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-02-04 20:39:17 +0000
commitf273a466b308b86aa78498fbb1a2349e1eff7362 (patch)
tree7581f6d4fefcc9a04c13dcaa29aa21c9bdc603ac /fileencryptiondialog.cpp
parentjump to conclusion page after key generation or import in wizard (diff)
downloadgpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.tar.gz
gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.zip
changed about dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rwxr-xr-xfileencryptiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp
index 0e1ec8b..ded8335 100755
--- a/fileencryptiondialog.cpp
+++ b/fileencryptiondialog.cpp
@@ -150,7 +150,7 @@ void FileEncryptionDialog::executeAction()
QFile infile;
infile.setFileName(inputFileEdit->text());
if (!infile.open(QIODevice::ReadOnly)) {
- qDebug() << tr("couldn't open file: ") + inputFileEdit->text();
+ qDebug() << tr("Couldn't Open file: ") + inputFileEdit->text();
}
QByteArray inBuffer = infile.readAll();