Polish several error messages (#2792)

Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
feiniks 2024-07-03 16:51:53 +08:00 committed by GitHub
parent 3b0865e26a
commit 96ec6a4178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@ static SyncErrorInfo sync_error_info_tbl[] = {
{
SYNC_ERROR_ID_LIBRARY_TOO_LARGE,
SYNC_ERROR_LEVEL_REPO,
"Library contains too many files"
"Library cannot be synced since it has too many files"
},
{
SYNC_ERROR_ID_DEL_CONFIRMATION_PENDING,
@ -182,7 +182,7 @@ static SyncErrorInfo sync_error_info_tbl[] = {
{
SYNC_ERROR_ID_TOO_MANY_FILES,
SYNC_ERROR_LEVEL_REPO,
"Too many files in library"
"Files cannot be uploaded to this library due to file number limit settings"
},
{
SYNC_ERROR_ID_CHECKOUT_FILE,