Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-08-06 19:44:57 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-08-06 19:44:57 +0400
commit43f560b17461d035bb5b9cb18a69f68512465453 (patch)
tree1aaf0a1830363633504b8b76eb41307e224e861f /app/services/files
parentaa5e663f85cd7c29910c37ab9716317961c31e91 (diff)
Add comments.
Diffstat (limited to 'app/services/files')
-rw-r--r--app/services/files/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/files/update_service.rb b/app/services/files/update_service.rb
index cbd441122dc..a0f40154db0 100644
--- a/app/services/files/update_service.rb
+++ b/app/services/files/update_service.rb
@@ -33,7 +33,7 @@ module Files
if created_successfully
success
else
- error("Your changes could not be committed. Maybe the file changed, or there was nothing to commit?")
+ error("Your changes could not be committed. Maybe the file was changed by another process or there was nothing to commit?")
end
end
end