From fb8dc5793b8c2ebcaabcb5a87af597162d03546a Mon Sep 17 00:00:00 2001
From: Martin Trigaux <mat@odoo.com>
Date: Tue, 20 Jan 2015 13:56:50 +0100
Subject: [PATCH] [FIX] gamification: translate string

---
 addons/gamification/models/goal.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/gamification/models/goal.py b/addons/gamification/models/goal.py
index 7debe85e778f..d85d2a765b01 100644
--- a/addons/gamification/models/goal.py
+++ b/addons/gamification/models/goal.py
@@ -316,7 +316,7 @@ class gamification_goal(osv.Model):
                         if result != goal.current:
                             goals_to_write[goal.id]['current'] = result
                     else:
-                        _logger.exception(_('Invalid return content from the evaluation of code for definition %s' % definition.name))
+                        _logger.exception(_('Invalid return content from the evaluation of code for definition %s') % definition.name)
 
             else:  # count or sum
 
-- 
GitLab