1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

Added missing translations and change timestamp

This commit is contained in:
zhengxie
2013-01-28 14:07:59 +08:00
parent 298f89aa59
commit 76a6f01bd5
7 changed files with 181 additions and 160 deletions

View File

@@ -2935,7 +2935,7 @@ def repo_download_dir(request, repo_id):
return render_error(request, _(u'Internal Error'))
if total_size > MAX_DOWNLOAD_DIR_SIZE:
return render_error(request, _(u'Unable to download directory "%s": size too large') % dirname)
return render_error(request, _(u'Unable to download directory "%s": size is too large.') % dirname)
token = seafserv_rpc.web_get_access_token(repo_id,
dir_id,