# HG changeset patch # User Emanuel Schuetze # Date 1411979054 -7200 # Node ID f1f4059ec3207cb4156d8ef969403af0969304fb # Parent 2efdf2faf4e510a8e1babace3e549546dd85b2aa (admin) Updated strings. diff -r 2efdf2faf4e5 -r f1f4059ec320 ui/aboutdialog.cpp --- a/ui/aboutdialog.cpp Fri Sep 26 19:31:53 2014 +0200 +++ b/ui/aboutdialog.cpp Mon Sep 29 10:24:14 2014 +0200 @@ -28,7 +28,7 @@ QVBoxLayout *centerLayout = new QVBoxLayout; QHBoxLayout *bottomLayout = new QHBoxLayout; - QLabel *title = new QLabel("

" + tr("TrustBridge") + "

"); + QLabel *title = new QLabel("

" + tr("TrustBridge Administration") + "

"); QString version = tr("Version: "); version.append(QApplication::applicationVersion()); QLabel *appVersion = new QLabel(version); @@ -62,8 +62,8 @@ "
  • OpenSSL (OpenSSL License)" + "
  • NSIS (zlib/libpng license & Common Public License version 1.0)" + tr("You will find the legally binding details in the 'licenses' directory " - "where TrustBridge is installed " - "or in the corresponding revision of the" + "where TrustBridge is installed
    " + "or in the corresponding revision of the " "TrustBridge code repository.")); textDesc->setTextFormat(Qt::RichText); diff -r 2efdf2faf4e5 -r f1f4059ec320 ui/administratorwindow.cpp --- a/ui/administratorwindow.cpp Fri Sep 26 19:31:53 2014 +0200 +++ b/ui/administratorwindow.cpp Mon Sep 29 10:24:14 2014 +0200 @@ -119,7 +119,7 @@ // The buttons. bottomLayout->setAlignment(Qt::AlignBottom); - saveButton = new QPushButton(QIcon(":/img/document-save.png"), " " + tr("Save list")); + saveButton = new QPushButton(QIcon(":/img/document-save.png"), " " + tr("Create list")); connect(saveButton, SIGNAL(clicked()), this, SLOT(saveCertificateFile())); loadButton = new QPushButton(QIcon(":/img/document-open.png"), " " + tr("Load list")); connect(loadButton, SIGNAL(clicked()), this, SLOT(loadCertificateFile()));