diff options
author | Unknwon <u@gogs.io> | 2016-12-21 23:52:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-12-21 23:52:11 -0500 |
commit | 6cc992ea54eb45e4bc8d32df47ef8b17cf4ac84c (patch) | |
tree | 25971d8c503303ed0ede132c10c2d0bd5e8ef5f5 /conf | |
parent | 3376354ed8a38c6a3c4f27d6a1111cfa8f739089 (diff) |
Minor fix for PR #3687
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 50823db8..fcc53ba1 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -457,7 +457,7 @@ editor.cancel = Cancel editor.filename_cannot_be_empty = Filename cannot be empty. editor.branch_already_exists = Branch '%s' already exists in this repository. editor.directory_is_a_file = Entry '%s' in the parent path is a file not a directory in this repository. -editor.file_is_a_symlink = The file '%s' is a symlink that cannot be modified from the web editor +editor.file_is_a_symlink = The file '%s' is a symlink that cannot be modified from the web editor. editor.filename_is_a_directory = The filename '%s' is an existing directory in this repository. editor.file_editing_no_longer_exists = The file '%s' you are editing no longer exists in the repository. 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. |