From 5842886f3aa80702ef1492892cae65ffb8f44657 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 20 Sep 2009 17:17:31 +0000 Subject: add missing translations git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@223 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fileencryptiondialog.cpp') diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 9f3f393..c4d2434 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -33,13 +33,13 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::Context *ctx, QString iconPath inputFileEdit = new QLineEdit(); QPushButton *fb1 = new QPushButton(tr("...")); connect(fb1, SIGNAL(clicked()), this, SLOT(selectInputFile())); - QLabel *fl1 = new QLabel("Input"); + QLabel *fl1 = new QLabel(tr("Input")); fl1->setBuddy(inputFileEdit); outputFileEdit = new QLineEdit(); QPushButton *fb2 = new QPushButton(tr("...")); connect(fb2, SIGNAL(clicked()), this, SLOT(selectOutputFile())); - QLabel *fl2 = new QLabel("Output"); + QLabel *fl2 = new QLabel(tr("Output")); fl2->setBuddy(outputFileEdit); QGridLayout *gLayout = new QGridLayout(); -- cgit v1.2.3