|
@@ -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.
|