Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-12-12 15:37:02 +0300
committerKlaas Freitag <freitag@owncloud.com>2014-12-12 15:37:02 +0300
commit7cc6c1a10f3de3bff8b2441404f38b2d54c83375 (patch)
tree047286a2b3e27374a2d0a195b84204f25beb4f9f /src
parent7f73cc16945da3dcec26c219c7c4e32312bf3e02 (diff)
Theme: Add a missing dot.
Diffstat (limited to 'src')
-rw-r--r--src/mirall/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp
index 54a2742c2..5ffa85d5c 100644
--- a/src/mirall/theme.cpp
+++ b/src/mirall/theme.cpp
@@ -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));