mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Theme: Add a missing dot.
This commit is contained in:
parent
7f73cc1694
commit
7cc6c1a10f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ QString Theme::gitSHA1() const
|
|||
QString Theme::about() const
|
||||
{
|
||||
QString re;
|
||||
re = tr("<p>Version %1 For more information please visit <a href='%2'>%3</a>.</p>")
|
||||
re = tr("<p>Version %1. For more information please visit <a href='%2'>%3</a>.</p>")
|
||||
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
|
||||
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
|
||||
|
||||
|
|
Loading…
Reference in a new issue