diff options
author | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-29 00:10:21 -0700 |
commit | 62b0dc4853d3c8147c5ec164e9aba452f95259b8 (patch) | |
tree | c25da80cb09a4854a6d0afac127532a60f71f143 /conf/locale/locale_en-US.ini | |
parent | 429c92c0ce15213e52fdacb3d28ee2f3a3a5a63f (diff) | |
download | gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.tar.gz gitea-62b0dc4853d3c8147c5ec164e9aba452f95259b8.zip |
Web editor: fix cannot create new file in subdirectory
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index c69d6f39f2..527e524313 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -458,6 +458,7 @@ editor.file_editing_no_longer_exists = The file '%s' you are editing no longer e editor.file_changed_while_editing = File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes. editor.file_already_exists = A file with name '%s' already exists in this repository. editor.no_changes_to_show = There are no changes to show. +editor.fail_to_update_file = Failed to update/create file '%s' with error: %v upload_files = Upload files upload_file = Upload file add_files_to_dir = Add files to %s |