mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
Polish several error messages (#2792)
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
3b0865e26a
commit
96ec6a4178
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user