vendored/puppet/lib/puppet/pops/label_provider.rb in bolt-0.15.0 vs vendored/puppet/lib/puppet/pops/label_provider.rb in bolt-0.16.0
- old
+ new
@@ -71,10 +71,10 @@
if SKIPPED_CHARACTERS.include? char
char = string[1,1]
end
if char == ""
- raise Puppet::DevError, "<#{string}> does not appear to contain a word"
+ raise Puppet::DevError, _("<%{string}> does not appear to contain a word") % { string: string }
end
char
end