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 ) {