Call properly `t` method in error_and_exit

This commit is contained in:
Mitchell Hashimoto 2010-05-02 13:51:25 -07:00
parent af1b098b9d
commit 699fa2ce77
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module Vagrant
===================================================================== =====================================================================
Vagrant experienced an error! Vagrant experienced an error!
#{Translator.error_string(key, data).chomp} #{Translator.t(key, data).chomp}
===================================================================== =====================================================================
error error
end end