Adjusted the about text, the README and the CHANGELOG for the BeetRound project.
This commit is contained in:
@ -147,8 +147,11 @@ void MainWindow::onSelectionChanged(const QItemSelection& selected,
|
||||
void MainWindow::onAboutClicked() {
|
||||
const QString applicationName = APPLICATION_NAME;
|
||||
const QString titlePrefix = tr("About ");
|
||||
// TODO read the about text from a rich text / markdown somewhere else.
|
||||
const QString aboutText =
|
||||
tr(QString("<b>%1 v%2</b> is a template for Qt applications."
|
||||
tr(QString("<b>%1 v%2</b> is a software project to manage the yearly crop share "
|
||||
"auction (german: Bietrunde) of a Community-supported agriculture (CSA, german: "
|
||||
"Solidarische Landwirtschaft (SoLaWi))."
|
||||
"<br><br><a href=\"https://working-copy.org/\">Working-Copy_Collective website</a>"
|
||||
"<br><br><a href=\"mailto:support@working-copy.org\">Mail to support</a>"
|
||||
"<br><br>It uses the <a href=\"https://qt.io\">Qt Framework</a>.")
|
||||
|
||||
Reference in New Issue
Block a user