strings updated, german translation updated

This commit is contained in:
Rafael 2016-03-27 12:22:21 +02:00
parent c9ad204a2a
commit 6e165de9e2
7 changed files with 33 additions and 22 deletions

View file

@ -34,7 +34,7 @@ ProfileInterface::ProfileInterface(ProfileDatabase *profileDB, CrewDatabase *cre
{
ui->setupUi(this);
ui->saProfile->setVisible(false);
contentStr = ui->labProfileContent->text();
loadingStr = ui->labProfileLoading->text();
profileFolder = "";
}
@ -77,7 +77,7 @@ void ProfileInterface::on_loadingProgress(int value, int maximum)
{
ui->pbPictureLoading->setMaximum(maximum);
ui->pbPictureLoading->setValue(value);
ui->labProfileContent->setText(contentStr.arg(QString::number(value), QString::number(maximum)));
ui->labProfileLoading->setText(loadingStr.arg(QString::number(value), QString::number(maximum)));
}
void ProfileInterface::on_profileLoaded()