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:
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));