mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Merge pull request #1354 from nextcloud/minorchange/link-to-help-text
Minor text change in the link to help in the tab 'General'.
This commit is contained in:
commit
a21258487f
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue