From 2b2fbb76c2da1fe004ad03b339cfe3e52bc1ea63 Mon Sep 17 00:00:00 2001
From: DanielSvoboda " + tr("Do you want to update?") + " " + tr("Update Channel") + ": " + updateChannel +
+ "
" + tr("Update Channel") + ": " + updateChannel + "
" +
- tr("Current Version") + ": %1 (%2)
" + tr("Latest Version") +
- ": %3 (%4)
"
+ ""
+ " " +
+ tr("Current Version") +
+ ": "
+ "%1 "
+ "(%2) "
+ ""
+ " " +
+ tr("Latest Version") +
+ ": "
+ "%3 "
+ "(%4) "
+ "
" + + tr("Do you want to update?") + "
") + .arg(currentRev.left(7), currentDate, latestRev, latestDate); + QLabel* updateLabel = new QLabel(updateText, this); layout->addWidget(updateLabel);