diff ui/mainwindow.cpp @ 781:60d3f59f0803

Fix typos in translatable strings.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 14 Jul 2014 11:50:23 +0200
parents 27043d74dc90
children e65e2a0be7c8
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Mon Jul 14 11:50:02 2014 +0200
+++ b/ui/mainwindow.cpp	Mon Jul 14 11:50:23 2014 +0200
@@ -527,7 +527,7 @@
     if (lastCheck.isValid()) {
         const QString lastUpdateCheck = QLocale::system().toString(lastCheck, DATETIME_FORMAT);
         mLastUpdateCheck =
-            new QLabel(tr("Last sucessful update check:"));
+            new QLabel(tr("Last successful update check:"));
         mLastUpdateCheckContents = new QLabel(lastUpdateCheck);
     } else {
         mLastUpdateCheck = new QLabel(tr("Last successful update check:"));

http://wald.intevation.org/projects/trustbridge/