fixed wording.

This commit is contained in:
Klaas Freitag 2012-04-17 17:03:46 +02:00
parent 5c07363335
commit 1cb23ecb26

View File

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