Danish translation and English typos fixed TNX Joe

This commit is contained in:
jaime 2018-04-02 16:02:53 +00:00
parent 98ed8c3225
commit 78075ca8ef
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ April - 0.9.3
- Bugfix: Modes & Bands where not always properly updated from the Setup.
- Bugfix: Adding new QSO that implies a DXCC or WAZ status already worked failed.
- Bugfix: Updating the WAZ status was not always possible due to a incorrect DB query.
- Updated translations: Spanish (EA4TV).
- Updated translations: Danish (TNX Joe), Spanish (EA4TV).
January - 0.9.2.9
- Bugfix: Adding new QSO that implies a DXCC or WAZ status already worked failed.

View File

@ -198,7 +198,7 @@ int FileManager::adifLoTWLogExport(const QString& _fileName, const int _logN)
if (stationCallSigns.length()>1)
{
QString msg = QString(tr("The log that you have selected contains more than just one station callsign.") + "\n\n" + tr("Please select the station callsing you want to export the log from:"));
QString msg = QString(tr("The log that you have selected contains more than just one station callsign.") + "\n\n" + tr("Please select the station callsign you want to export the log from:"));
bool ok;
stationCallToUse = QInputDialog::getItem(this, tr("Station Callsign:"),

View File

@ -3629,7 +3629,7 @@ QString MainWindow::selectStationCallsign()
if (stationCallSigns.length()>1)
{
QString msg = QString(tr("The log that you have selected contains more than just one station callsign.") + "\n\n" + tr("Please select the station callsing you want to mark as sent to LoTW:"));
QString msg = QString(tr("The log that you have selected contains more than just one station callsign.") + "\n\n" + tr("Please select the station callsign you want to mark as sent to LoTW:"));
bool ok;
stationCallToUse = QInputDialog::getItem(this, tr("Station Callsign:"),

View File

@ -90,7 +90,7 @@ void MainWindowSatTab::createUI()
satNameComboBox->setToolTip(tr("Select the satellite you are using"));
satBandTXComboBox->setToolTip(tr("UpLink band"));
satBandRXComboBox->setToolTip(tr("DownLink band"));
satDXLocatorLineEdit->setToolTip(tr("Locator of the DX station. This box will is syncronized with the Locator box in the QSO tab."));
satDXLocatorLineEdit->setToolTip(tr("Locator of the DX station. This box is syncronized with the Locator box in the QSO tab."));
QLabel *upLinkLabel = new QLabel();
upLinkLabel->setText(tr("UpLink"));

View File

@ -130,7 +130,7 @@ void SetupPageMisc::createUI()
fileNameButton->setToolTip(tr("Click to change the default ADIF file."));
dbPushButton->setToolTip(tr("Click to change the path of the database."));
moveDBPushButton->setToolTip(tr("Click to move the DB to the new directory."));
UDPServerCheckBox->setToolTip(tr("UDP Server will receive QSOs sent from other programs like WSJT-X allowing you to log in in KLog automatically from those programs."));
UDPServerCheckBox->setToolTip(tr("UDP Server will receive QSOs sent from other programs like WSJT-X allowing you to log in KLog automatically from those programs."));
UDPServerPortSpinBox->setToolTip(tr("UDP port number where the UDP Server will listen for connections. Make sure it is the same port where the other programs are sending the data to."));
UDPServerPortSpinBox->setMinimum(0);