mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fixed wording.
This commit is contained in:
parent
5c07363335
commit
1cb23ecb26
@ -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 ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user