lib/vagrant-vmware-appcatalyst/provider.rb in vagrant-vmware-appcatalyst-1.0.3 vs lib/vagrant-vmware-appcatalyst/provider.rb in vagrant-vmware-appcatalyst-1.1.0

- old
+ new

@@ -38,10 +38,10 @@ state_id = env[:machine_state_id] # Translate into short/long descriptions short = state_id.to_s.gsub("_", " ") - long = I18n.t("vagrant.commands.status.#{state_id}") + long = I18n.t("vagrant_appcatalyst.commands.status.#{state_id}") # If we're not created, then specify the special ID flag if state_id == :not_created state_id = Vagrant::MachineState::NOT_CREATED_ID end