summaryrefslogtreecommitdiff
path: root/heat/engine/resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/resource.py')
-rw-r--r--heat/engine/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/resource.py b/heat/engine/resource.py
index b964805d0..215b89a41 100644
--- a/heat/engine/resource.py
+++ b/heat/engine/resource.py
@@ -543,7 +543,7 @@ class Resource(status.ResourceStatus):
if self.stack.env.registry.matches_hook(self.name, hook):
self.trigger_hook(hook)
self._add_event(self.action, self.status,
- _("%(a)s paused until Hook %(h)s is cleared")
+ "%(a)s paused until Hook %(h)s is cleared"
% {'a': action, 'h': hook})
LOG.info('Reached hook on %s', self)