mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
SyncEngine: Improve error message for ignored files/folders #4143
This commit is contained in:
parent
28b694b170
commit
5d7aa792e7
@ -410,7 +410,7 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
|
||||
item->_errorString = tr("Filename is too long.");
|
||||
break;
|
||||
case CSYNC_STATUS_INDIVIDUAL_EXCLUDE_HIDDEN:
|
||||
item->_errorString = tr("File is ignored because it's hidden.");
|
||||
item->_errorString = tr("File/Folder is ignored because it's hidden.");
|
||||
break;
|
||||
case CYSNC_STATUS_FILE_LOCKED_OR_OPEN:
|
||||
item->_errorString = QLatin1String("File locked"); // don't translate, internal use!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user