Skip to content

Commit

Permalink
Update for new folder creation to make it clear we are expecting a si…
Browse files Browse the repository at this point in the history
…ngle character 'y' for a positive answer.
  • Loading branch information
martin committed Jan 29, 2015
1 parent 07b9a82 commit ee6f0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ en:
created_src: "Created src `%{src}`"
created_target: "Created target `%{target}`"
ask:
create_src: "Source folder `%{src}` does not exist, create?"
create_target: "Target folder `%{target}` does not exist, create?"
create_src: "Source folder `%{src}` does not exist, create? (y/n)"
create_target: "Target folder `%{target}` does not exist, create? (y/n)"
pass: "Password for `%{user}`:"
error:
base: "vagrant-sshfs failed and couldn't proceed"
Expand Down

0 comments on commit ee6f0ae

Please sign in to comment.