Commit 001738e9 authored by Robert Schilling's avatar Robert Schilling

Improve english of error message

parent 5fcfba27
......@@ -22,7 +22,7 @@ module Files
blob = repository.blob_at_branch(@current_branch, @file_path)
if blob
raise_error("Your changes could not be committed, because file with such name exists")
raise_error("Your changes could not be committed because a file with the same name already exists")
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment