From af884e4b743949a91f57185c8f448b263c6f2d20 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 18 Feb 2012 20:00:08 -0800 Subject: [PATCH] Add the missing translation for guru meditatin. [GH-745] --- CHANGELOG.md | 1 + templates/locales/en.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b20540ed1..0413a14a9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - `vagrant destroy` destroys virtual machines in reverse order. [GH-739] - Add an `fsid` option to Linux NFS exports. [GH-736] - Fix edge case where an exception could be raised in networking code. [GH-742] + - Add missing translation for the "guru meditation" state. [GH-745] ## 0.9.7 (February 9, 2012) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 5d825c07d5c..ba26c633ed9 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -255,6 +255,11 @@ en: stopped without properly closing the session. Run `vagrant up` to resume this virtual machine. If any problems persist, you may have to destroy and restart the virtual machine. + gurumeditation: |- + The VM is in the "guru meditation" state. This is a rare case which means + that an internal error in VitualBox caused the VM to fail. This is always + the sign of a bug in VirtualBox. You can try to bring your VM back online + with a `vagrant up`. inaccessible: |- The VM is inaccessible! This is a rare case which means that VirtualBox can't find your VM configuration. This usually happens when upgrading