From 66eb32d2027abf6dd52a7b022dde4f560c117649 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 16 Sep 2011 14:08:37 -0300 Subject: [PATCH] Fix typo in creation message. --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index a0b96c6c0..15df63895 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -227,7 +227,7 @@ en: above with their current state. For more information about a specific VM, run `vagrant status NAME`. up: - vm_created: "VM already created. Booting if its not already running..." + vm_created: "VM already created. Booting if it's not already running..." upgrade_to_060: already_done: "Environment appears to already be upgraded to 0.6.0. Doing nothing!" ask: "Are you sure you want to execute this command?"