Author: rjollos
Date: Tue Aug 27 22:02:56 2013
New Revision: 1518010
URL: http://svn.apache.org/r1518010
Log:
0.8dev: Translatable message was generating a `gettext` error. Refs #639.
Patch by Olemis.msg = _("Missing ticket field '%(field)s'.", field='product')
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py?rev=1518010&r1=1518009&r2=1518010&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/theme.py (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Tue Aug 27 22:02:56 2013
@@ -500,7 +500,7 @@ class QuickCreateTicketDialog(Component)
for p in product_field['options']
]
else:
- msg = _("Missing ticket field '%s'.", 'product')
+ msg = _("Missing ticket field '%(field)s'.", field='product')
if ProductTicketModule is not None and \
self.env[ProductTicketModule] is not None:
# Display warning alert to users