From 1cb23ecb264c1fd57aedbd1feaab492a8abfe8d8 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 17 Apr 2012 17:03:46 +0200 Subject: [PATCH] fixed wording. --- src/mirall/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp index f71e40f30d..2dcd7bf231 100644 --- a/src/mirall/theme.cpp +++ b/src/mirall/theme.cpp @@ -72,7 +72,7 @@ QString Theme::statusHeaderText( SyncResult::Status status ) const QString resultStr; if( status == SyncResult::NotYetStarted ) { - resultStr = tr("Sync has not yet started"); + resultStr = tr("Waiting to start sync"); } else if( status == SyncResult::SyncRunning ) { resultStr = tr("Sync is running"); } else if( status == SyncResult::Success ) {