Fix scoping error with status command

This commit is contained in:
Mitchell Hashimoto 2010-08-25 00:07:01 -07:00
parent c0bf4471fb
commit 76715424fa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module Vagrant
string_key = [:status_created, {
:vm_state => vm.vm.state,
:additional_message => additional_key ? Translator.t(additional_key) : ""
:additional_message => additional_key ? Util::Translator.t(additional_key) : ""
}]
end