From 15e3b7f0685e2e41d92a295b3b6e14830a89293e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Kurid=C5=BEa?= Date: Tue, 1 Apr 2014 14:41:52 +0200 Subject: [PATCH] add missing translation en.vagrant.commands.status.stopping --- templates/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index ac2e761f7..5e9afe7c8 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -1192,6 +1192,8 @@ en: that vagrant would be able to control the VM again. poweroff: |- The VM is powered off. To restart the VM, simply run `vagrant up` + stopping: |- + The VM is stopping. running: |- The VM is running. To stop this VM, you can run `vagrant halt` to shut it down forcefully, or you can run `vagrant suspend` to simply