mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
fix typo
This commit is contained in:
parent
f25d175b5d
commit
260c8e0227
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ QString SyncEngine::csyncErrorToString(CSYNC_STATUS err)
|
|||
errStr = tr("Aborted by the user");
|
||||
break;
|
||||
case CSYNC_STATUS_SERVICE_UNAVAILABLE:
|
||||
errStr = tr("The mounted directory is temporary not available on the server");
|
||||
errStr = tr("The mounted directory is temporarily not available on the server");
|
||||
break;
|
||||
default:
|
||||
errStr = tr("An internal error number %1 happened.").arg( (int) err );
|
||||
|
|
Loading…
Reference in a new issue