diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-03 19:46:17 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-03 19:46:17 +0200 |
| commit | a5aed61404d035c9a7f223fba0bc14903c7d602a (patch) | |
| tree | 8cedb9dc9ccf10024c45b7a0d0d73b690c75246f | |
| parent | 069296c5c5e981730253fe5da88fa8fd95b12340 (diff) | |
| download | src-a5aed61404d035c9a7f223fba0bc14903c7d602a.tar.gz src-a5aed61404d035c9a7f223fba0bc14903c7d602a.zip | |
Vergebe ordentliche Namen für die Fenster
| -rw-r--r-- | decryptdatadialog.ui | 2 | ||||
| -rw-r--r-- | mainwindow.ui | 2 | ||||
| -rw-r--r-- | publickeyimportdialog.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decryptdatadialog.ui b/decryptdatadialog.ui index 35fa56a..177a208 100644 --- a/decryptdatadialog.ui +++ b/decryptdatadialog.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Entschlüsseln</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> diff --git a/mainwindow.ui b/mainwindow.ui index aebb12c..e9c9b93 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>MainWindow</string> + <string>CryptLog</string> </property> <property name="windowIcon"> <iconset resource="ressources.qrc"> diff --git a/publickeyimportdialog.ui b/publickeyimportdialog.ui index 7520aee..6810345 100644 --- a/publickeyimportdialog.ui +++ b/publickeyimportdialog.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Schlüsselimport</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> |
