diff --git a/zeiterfassungclient/translations/zeiterfassungclient_de.ts b/zeiterfassungclient/translations/zeiterfassungclient_de.ts index 030a2e6..955ad5d 100644 --- a/zeiterfassungclient/translations/zeiterfassungclient_de.ts +++ b/zeiterfassungclient/translations/zeiterfassungclient_de.ts @@ -20,123 +20,123 @@ main - + Loading translations... - - + + Invalid language selection! - + You did not select a valid language! - + Loading theme... - - - - + + + + Could not load theme! - + Theme file does not exist! - + Loading strip layouts... - - - - - - - - + + + + + + + + Could not load strips! - + Loading login page... - - + + Could not access Zeiterfassung! - + Base url - + Please enter the base url to the Zeiterfassung: - + Invalid url! - + This url is not valid! - + Authenticating... - - + + Could not authenticate with Zeiterfassung! - + Getting user information... - - + + Could not get user information! - - + + Could not load plugin %0! - - + + Plugin not valid %0! - + Loading settings... diff --git a/zeiterfassungclient/translations/zeiterfassungclient_en.ts b/zeiterfassungclient/translations/zeiterfassungclient_en.ts index 3ec9457..b6caf6f 100644 --- a/zeiterfassungclient/translations/zeiterfassungclient_en.ts +++ b/zeiterfassungclient/translations/zeiterfassungclient_en.ts @@ -20,123 +20,123 @@ main - + Loading translations... - - + + Invalid language selection! - + You did not select a valid language! - + Loading theme... - - - - + + + + Could not load theme! - + Theme file does not exist! - + Loading strip layouts... - - - - - - - - + + + + + + + + Could not load strips! - + Loading login page... - - + + Could not access Zeiterfassung! - + Base url - + Please enter the base url to the Zeiterfassung: - + Invalid url! - + This url is not valid! - + Authenticating... - - + + Could not authenticate with Zeiterfassung! - + Getting user information... - - + + Could not get user information! - - + + Could not load plugin %0! - - + + Plugin not valid %0! - + Loading settings... diff --git a/zeiterfassungguilib/mainwindow.cpp b/zeiterfassungguilib/mainwindow.cpp index 80bb5c0..3488101 100644 --- a/zeiterfassungguilib/mainwindow.cpp +++ b/zeiterfassungguilib/mainwindow.cpp @@ -442,8 +442,6 @@ void MainWindow::updateComboboxes() auto workpackages = m_settings.workpackages(); for(const auto &workpackage : workpackages) ui->comboBoxWorkpackage->addItem(workpackage); - if(workpackages.count()) - ui->comboBoxWorkpackage->setCurrentText(QString()); } ui->comboBoxText->clear();