mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2026-04-03 18:11:32 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
477614b8c9 | ||
|
|
9d060e5e55 |
@@ -341,10 +341,9 @@ QString Theme::gitSHA1() const
|
||||
QString Theme::about() const
|
||||
{
|
||||
QString devString;
|
||||
devString = tr("<p>Version %1. For more information please visit <a href='%2'>%3</a>.</p>")
|
||||
devString = tr("<p>Version %1. For more information please click <a href='%2'>here</a>.</p>")
|
||||
.arg(MIRALL_VERSION_STRING)
|
||||
.arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
||||
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
|
||||
.arg(helpUrl());
|
||||
|
||||
devString += tr("<p>This release was supplied by %1</p>")
|
||||
.arg(APPLICATION_VENDOR);
|
||||
|
||||
Reference in New Issue
Block a user