summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 01f4c58daa1..bf96db87493 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -117,7 +117,7 @@ class Commit
attr_accessor :raw
def initialize(raw_commit, project)
- raise "Nil as raw commit passed" unless raw_commit
+ raise _("Nil as raw commit passed") unless raw_commit
@raw = raw_commit
@project = project