Merge branch 'improve-error-message' into 'master'

Improve english of error message

See merge request !1284
This commit is contained in:
Job van der Voort
2015-09-12 12:59:57 +00:00
+1 -1
View File
@@ -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