1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 12:27:48 +00:00

Update a few strings

This commit is contained in:
zhengxie
2015-11-03 11:06:04 +08:00
parent 2c04a75881
commit 42eaa94dc4
3 changed files with 5 additions and 5 deletions

View File

@@ -1085,7 +1085,7 @@ def cp_dirents(request, src_repo_id, src_path, dst_repo_id, dst_path, obj_file_n
username = request.user.username
if check_folder_permission(request, src_repo_id, src_path) is None:
error_msg = _(u'You do not have permission to copy files/dirs in this directory')
error_msg = _(u'You do not have permission to copy files/folders in this directory')
result['error'] = error_msg
return HttpResponse(json.dumps(result), status=403, content_type=content_type)